PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.addLineItemsItem(LineItem lineItemsItem) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.addSplitsItem(Split splitsItem) |
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.amount(Amount amount) |
amount
|
static PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.fromJson(String jsonString) |
Create an instance of PaymentAmountUpdateResponse given an JSON string
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.industryUsage(PaymentAmountUpdateResponse.IndustryUsageEnum industryUsage) |
The reason for the amount update.
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.lineItems(List<LineItem> lineItems) |
Price and product information of the refunded items, required for [partial refunds](https://docs.adyen.com/online-payments/refund#refund-a-payment).
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.merchantAccount(String merchantAccount) |
The merchant account that is used to process the payment.
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.paymentPspReference(String paymentPspReference) |
The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to update.
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.pspReference(String pspReference) |
Adyen's 16-character reference associated with the amount update request.
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.reference(String reference) |
Your reference for the amount update request.
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.splits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
PaymentAmountUpdateResponse |
PaymentAmountUpdateResponse.status(PaymentAmountUpdateResponse.StatusEnum status) |
The status of your request.
|