Uses of Class
com.onlinepayments.domain.PaymentReferences
Packages that use PaymentReferences
-
Uses of PaymentReferences in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentReferencesModifier and TypeMethodDescriptionCaptureOutput.getReferences()Object that holds all reference properties that are linked to this transaction.CapturePaymentRequest.getReferences()Object that holds all reference properties that are linked to this transaction.CreatePayoutRequest.getReferences()Object that holds all reference properties that are linked to this transaction.OperationOutput.getReferences()Object that holds all reference properties that are linked to this transaction.PaymentOutput.getReferences()Object that holds all reference properties that are linked to this transaction.RefundOutput.getReferences()Object that holds all reference properties that are linked to this transaction.RefundRequest.getReferences()Object that holds all reference properties that are linked to this transaction.PaymentReferences.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.PaymentReferences.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 PaymentReferencesModifier and TypeMethodDescriptionvoidCaptureOutput.setReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.voidCapturePaymentRequest.setReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.voidCreatePayoutRequest.setReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.voidOperationOutput.setReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.voidPaymentOutput.setReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.voidRefundOutput.setReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.voidRefundRequest.setReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.CaptureOutput.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.CapturePaymentRequest.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.CreatePayoutRequest.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.OperationOutput.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.PaymentOutput.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.RefundOutput.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.RefundRequest.withReferences(PaymentReferences value) Object that holds all reference properties that are linked to this transaction.