Uses of Class
com.adyen.model.checkout.PaymentCancelResource
-
Packages that use PaymentCancelResource Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
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.checkout
Methods in com.adyen.service.checkout that return PaymentCancelResource Modifier and Type Method Description PaymentCancelResourceModificationsApi. cancelAuthorisedPaymentByPspReference(String paymentPspReference, CreatePaymentCancelRequest createPaymentCancelRequest)Cancel an authorised paymentPaymentCancelResourceModificationsApi. cancelAuthorisedPaymentByPspReference(String paymentPspReference, CreatePaymentCancelRequest createPaymentCancelRequest, RequestOptions requestOptions)Cancel an authorised payment
-