| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
PaymentReferences |
CaptureOutput.getReferences()
Object that holds all reference properties that are linked to this transaction
|
PaymentReferences |
PaymentOutput.getReferences()
Object that holds all reference properties that are linked to this transaction
|
PaymentReferences |
CreatePayoutRequest.getReferences()
Object that holds all reference properties that are linked to this transaction
|
PaymentReferences |
RefundOutput.getReferences()
Object that holds all reference properties that are linked to this transaction
|
PaymentReferences |
RefundRequest.getReferences()
Object that holds all reference properties that are linked to this transaction
|
PaymentReferences |
OperationOutput.getReferences()
Object that holds all reference properties that are linked to this transaction
|
PaymentReferences |
CapturePaymentRequest.getReferences()
Object that holds all reference properties that are linked to this transaction
|
PaymentReferences |
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 |
PaymentReferences.withMerchantReference(String value)
Your unique reference of the transaction that is also returned in our report files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaptureOutput.setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
void |
PaymentOutput.setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
void |
CreatePayoutRequest.setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
void |
RefundOutput.setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
void |
RefundRequest.setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
void |
OperationOutput.setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
void |
CapturePaymentRequest.setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
CaptureOutput |
CaptureOutput.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
PaymentOutput |
PaymentOutput.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
CreatePayoutRequest |
CreatePayoutRequest.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
RefundOutput |
RefundOutput.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
RefundRequest |
RefundRequest.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
OperationOutput |
OperationOutput.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
CapturePaymentRequest |
CapturePaymentRequest.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.