Uses of Class
com.adyen.model.checkout.PaymentCancelResource
-
Packages that use PaymentCancelResource Package Description com.adyen.model.checkout com.adyen.service -
-
Uses of PaymentCancelResource in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentCancelResource Modifier and Type Method Description static PaymentCancelResourcePaymentCancelResource. fromJson(String jsonString)Create an instance of PaymentCancelResource given an JSON stringPaymentCancelResourcePaymentCancelResource. merchantAccount(String merchantAccount)PaymentCancelResourcePaymentCancelResource. paymentPspReference(String paymentPspReference)PaymentCancelResourcePaymentCancelResource. pspReference(String pspReference)PaymentCancelResourcePaymentCancelResource. reference(String reference)PaymentCancelResourcePaymentCancelResource. status(PaymentCancelResource.StatusEnum status) -
Uses of PaymentCancelResource in com.adyen.service
Methods in com.adyen.service that return PaymentCancelResource Modifier and Type Method Description PaymentCancelResourceCheckout. paymentsCancels(String paymentPspReference, CreatePaymentCancelRequest createPaymentCancelRequest)POST /payments/{paymentPspReference}/cancelsPaymentCancelResourceCheckout. paymentsCancels(String paymentPspReference, CreatePaymentCancelRequest createPaymentCancelRequest, RequestOptions requestOptions)POST /payments/{paymentPspReference}/cancels
-