Uses of Class
com.adyen.model.checkout.PaymentCaptureRequest
-
Packages that use PaymentCaptureRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of PaymentCaptureRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentCaptureRequest Modifier and Type Method Description PaymentCaptureRequestPaymentCaptureRequest. addLineItemsItem(LineItem lineItemsItem)PaymentCaptureRequestPaymentCaptureRequest. addSplitsItem(Split splitsItem)PaymentCaptureRequestPaymentCaptureRequest. addSubMerchantsItem(SubMerchantInfo subMerchantsItem)PaymentCaptureRequestPaymentCaptureRequest. amount(Amount amount)amountPaymentCaptureRequestPaymentCaptureRequest. applicationInfo(ApplicationInfo applicationInfo)applicationInfostatic PaymentCaptureRequestPaymentCaptureRequest. fromJson(String jsonString)Create an instance of PaymentCaptureRequest given an JSON stringPaymentCaptureRequestPaymentCaptureRequest. 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).PaymentCaptureRequestPaymentCaptureRequest. merchantAccount(String merchantAccount)The merchant account that is used to process the payment.PaymentCaptureRequestPaymentCaptureRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicPaymentCaptureRequestPaymentCaptureRequest. reference(String reference)Your reference for the capture request.PaymentCaptureRequestPaymentCaptureRequest. splits(List<Split> splits)An array of objects specifying how the amount should be split between accounts when using Adyen for Platforms.PaymentCaptureRequestPaymentCaptureRequest. subMerchants(List<SubMerchantInfo> subMerchants)A List of sub-merchants. -
Uses of PaymentCaptureRequest in com.adyen.service.checkout
Methods in com.adyen.service.checkout with parameters of type PaymentCaptureRequest Modifier and Type Method Description PaymentCaptureResponseModificationsApi. captureAuthorisedPayment(String paymentPspReference, PaymentCaptureRequest paymentCaptureRequest)Capture an authorised paymentPaymentCaptureResponseModificationsApi. captureAuthorisedPayment(String paymentPspReference, PaymentCaptureRequest paymentCaptureRequest, RequestOptions requestOptions)Capture an authorised payment
-