Uses of Class
com.adyen.model.checkout.PaymentCaptureResource
-
Packages that use PaymentCaptureResource Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of PaymentCaptureResource in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentCaptureResource Modifier and Type Method Description PaymentCaptureResourcePaymentCaptureResource. addLineItemsItem(LineItem lineItemsItem)PaymentCaptureResourcePaymentCaptureResource. addSplitsItem(Split splitsItem)PaymentCaptureResourcePaymentCaptureResource. amount(Amount amount)static PaymentCaptureResourcePaymentCaptureResource. fromJson(String jsonString)Create an instance of PaymentCaptureResource given an JSON stringPaymentCaptureResourcePaymentCaptureResource. lineItems(List<LineItem> lineItems)PaymentCaptureResourcePaymentCaptureResource. merchantAccount(String merchantAccount)PaymentCaptureResourcePaymentCaptureResource. paymentPspReference(String paymentPspReference)PaymentCaptureResourcePaymentCaptureResource. pspReference(String pspReference)PaymentCaptureResourcePaymentCaptureResource. reference(String reference)PaymentCaptureResourcePaymentCaptureResource. splits(List<Split> splits)PaymentCaptureResourcePaymentCaptureResource. status(PaymentCaptureResource.StatusEnum status) -
Uses of PaymentCaptureResource in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return PaymentCaptureResource Modifier and Type Method Description PaymentCaptureResourceModificationsApi. captureAuthorisedPayment(String paymentPspReference, CreatePaymentCaptureRequest createPaymentCaptureRequest)Capture an authorised paymentPaymentCaptureResourceModificationsApi. captureAuthorisedPayment(String paymentPspReference, CreatePaymentCaptureRequest createPaymentCaptureRequest, RequestOptions requestOptions)Capture an authorised payment
-