PaymentRefundResponse |
PaymentRefundResponse.addLineItemsItem(LineItem lineItemsItem) |
|
PaymentRefundResponse |
PaymentRefundResponse.addSplitsItem(Split splitsItem) |
|
PaymentRefundResponse |
PaymentRefundResponse.amount(Amount amount) |
amount
|
static PaymentRefundResponse |
PaymentRefundResponse.fromJson(String jsonString) |
Create an instance of PaymentRefundResponse given an JSON string
|
PaymentRefundResponse |
PaymentRefundResponse.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).
|
PaymentRefundResponse |
PaymentRefundResponse.merchantAccount(String merchantAccount) |
The merchant account that is used to process the payment.
|
PaymentRefundResponse |
PaymentRefundResponse.merchantRefundReason(PaymentRefundResponse.MerchantRefundReasonEnum merchantRefundReason) |
Your reason for the refund request.
|
PaymentRefundResponse |
PaymentRefundResponse.paymentPspReference(String paymentPspReference) |
The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to refund.
|
PaymentRefundResponse |
PaymentRefundResponse.pspReference(String pspReference) |
Adyen's 16-character reference associated with the refund request.
|
PaymentRefundResponse |
PaymentRefundResponse.reference(String reference) |
Your reference for the refund request.
|
PaymentRefundResponse |
PaymentRefundResponse.splits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
PaymentRefundResponse |
PaymentRefundResponse.status(PaymentRefundResponse.StatusEnum status) |
The status of your request.
|
PaymentRefundResponse |
PaymentRefundResponse.store(String store) |
The online store or [physical store](https://docs.adyen.com/point-of-sale/design-your-integration/determine-account-structure/#create-stores) that is processing the refund.
|