Uses of Class
com.adyen.model.checkout.PaymentCaptureResponse
-
Packages that use PaymentCaptureResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of PaymentCaptureResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentCaptureResponse Modifier and Type Method Description PaymentCaptureResponsePaymentCaptureResponse. addLineItemsItem(LineItem lineItemsItem)PaymentCaptureResponsePaymentCaptureResponse. addSplitsItem(Split splitsItem)PaymentCaptureResponsePaymentCaptureResponse. addSubMerchantsItem(SubMerchantInfo subMerchantsItem)PaymentCaptureResponsePaymentCaptureResponse. amount(Amount amount)static PaymentCaptureResponsePaymentCaptureResponse. fromJson(String jsonString)Create an instance of PaymentCaptureResponse given an JSON stringPaymentCaptureResponsePaymentCaptureResponse. lineItems(List<LineItem> lineItems)PaymentCaptureResponsePaymentCaptureResponse. merchantAccount(String merchantAccount)PaymentCaptureResponsePaymentCaptureResponse. paymentPspReference(String paymentPspReference)PaymentCaptureResponsePaymentCaptureResponse. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)PaymentCaptureResponsePaymentCaptureResponse. pspReference(String pspReference)PaymentCaptureResponsePaymentCaptureResponse. reference(String reference)PaymentCaptureResponsePaymentCaptureResponse. splits(List<Split> splits)PaymentCaptureResponsePaymentCaptureResponse. status(PaymentCaptureResponse.StatusEnum status)PaymentCaptureResponsePaymentCaptureResponse. subMerchants(List<SubMerchantInfo> subMerchants) -
Uses of PaymentCaptureResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return PaymentCaptureResponse 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
-