PaymentCaptureResponse |
PaymentCaptureResponse.addLineItemsItem(LineItem lineItemsItem) |
|
PaymentCaptureResponse |
PaymentCaptureResponse.addSplitsItem(Split splitsItem) |
|
PaymentCaptureResponse |
PaymentCaptureResponse.addSubMerchantsItem(SubMerchantInfo subMerchantsItem) |
|
PaymentCaptureResponse |
PaymentCaptureResponse.amount(Amount amount) |
amount
|
static PaymentCaptureResponse |
PaymentCaptureResponse.fromJson(String jsonString) |
Create an instance of PaymentCaptureResponse given an JSON string
|
PaymentCaptureResponse |
PaymentCaptureResponse.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).
|
PaymentCaptureResponse |
PaymentCaptureResponse.merchantAccount(String merchantAccount) |
The merchant account that is used to process the payment.
|
PaymentCaptureResponse |
PaymentCaptureResponse.paymentPspReference(String paymentPspReference) |
The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to capture.
|
PaymentCaptureResponse |
PaymentCaptureResponse.platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic) |
platformChargebackLogic
|
PaymentCaptureResponse |
PaymentCaptureResponse.pspReference(String pspReference) |
Adyen's 16-character reference associated with the capture request.
|
PaymentCaptureResponse |
PaymentCaptureResponse.reference(String reference) |
Your reference for the capture request.
|
PaymentCaptureResponse |
PaymentCaptureResponse.splits(List<Split> splits) |
An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.
|
PaymentCaptureResponse |
PaymentCaptureResponse.status(PaymentCaptureResponse.StatusEnum status) |
The status of your request.
|
PaymentCaptureResponse |
PaymentCaptureResponse.subMerchants(List<SubMerchantInfo> subMerchants) |
List of sub-merchants.
|