PaymentRefundRequest |
PaymentRefundRequest.addLineItemsItem(LineItem lineItemsItem) |
|
PaymentRefundRequest |
PaymentRefundRequest.addSplitsItem(Split splitsItem) |
|
PaymentRefundRequest |
PaymentRefundRequest.amount(Amount amount) |
amount
|
PaymentRefundRequest |
PaymentRefundRequest.applicationInfo(ApplicationInfo applicationInfo) |
applicationInfo
|
static PaymentRefundRequest |
PaymentRefundRequest.fromJson(String jsonString) |
Create an instance of PaymentRefundRequest given an JSON string
|
PaymentRefundRequest |
PaymentRefundRequest.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).
|
PaymentRefundRequest |
PaymentRefundRequest.merchantAccount(String merchantAccount) |
The merchant account that is used to process the payment.
|
PaymentRefundRequest |
PaymentRefundRequest.merchantRefundReason(PaymentRefundRequest.MerchantRefundReasonEnum merchantRefundReason) |
The reason for the refund request.
|
PaymentRefundRequest |
PaymentRefundRequest.reference(String reference) |
Your reference for the refund request.
|
PaymentRefundRequest |
PaymentRefundRequest.splits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
PaymentRefundRequest |
PaymentRefundRequest.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.
|