Uses of Class
com.onlinepayments.domain.OrderReferences
Packages that use OrderReferences
-
Uses of OrderReferences in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return OrderReferencesModifier and TypeMethodDescriptionOrder.getReferences()Object that holds all reference properties that are linked to this transactionOrderReferences.withDescriptor(String value) Descriptive text that is used towards to customer, either during an online checkout at a third party and/or on the statement of the customer.OrderReferences.withMerchantParameters(String value) It allows you to store additional parameters for the transaction in the format you prefer (e.g.-> key-value query string, JSON, etc.) These parameters are then echoed back to you in API GET calls and Webhook notifications.OrderReferences.withMerchantReference(String value) Your unique reference of the transaction that is also returned in our report files.Methods in com.onlinepayments.domain with parameters of type OrderReferencesModifier and TypeMethodDescriptionvoidOrder.setReferences(OrderReferences value) Object that holds all reference properties that are linked to this transactionOrder.withReferences(OrderReferences value) Object that holds all reference properties that are linked to this transaction