| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
OperationOutput |
OperationOutput.withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
OperationOutput |
OperationOutput.withId(String value)
Our unique payment transaction identifier
|
OperationOutput |
OperationOutput.withPaymentMethod(String value)
Payment method identifier used by the our payment engine.
|
OperationOutput |
OperationOutput.withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
OperationOutput |
OperationOutput.withStatus(String value)
Current high-level status of the payment in a human-readable form.
|
OperationOutput |
OperationOutput.withStatusOutput(PaymentStatusOutput value)
This object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationOutput> |
PaymentDetailsResponse.getOperations()
Object that contains the complete list of operations executed on the payment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentDetailsResponse.setOperations(List<OperationOutput> value)
Object that contains the complete list of operations executed on the payment.
|
PaymentDetailsResponse |
PaymentDetailsResponse.withOperations(List<OperationOutput> value)
Object that contains the complete list of operations executed on the payment.
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.