Uses of Class
com.adyen.model.checkout.PaymentCancelResponse
-
Packages that use PaymentCancelResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of PaymentCancelResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentCancelResponse Modifier and Type Method Description static PaymentCancelResponsePaymentCancelResponse. fromJson(String jsonString)Create an instance of PaymentCancelResponse given an JSON stringPaymentCancelResponsePaymentCancelResponse. merchantAccount(String merchantAccount)The merchant account that is used to process the payment.PaymentCancelResponsePaymentCancelResponse. paymentPspReference(String paymentPspReference)The [`pspReference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__resParam_pspReference) of the payment to cancel.PaymentCancelResponsePaymentCancelResponse. pspReference(String pspReference)Adyen's 16-character reference associated with the cancel request.PaymentCancelResponsePaymentCancelResponse. reference(String reference)Your reference for the cancel request.PaymentCancelResponsePaymentCancelResponse. status(PaymentCancelResponse.StatusEnum status)The status of your request. -
Uses of PaymentCancelResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return PaymentCancelResponse Modifier and Type Method Description PaymentCancelResponseModificationsApi. cancelAuthorisedPaymentByPspReference(String paymentPspReference, PaymentCancelRequest paymentCancelRequest)Cancel an authorised paymentPaymentCancelResponseModificationsApi. cancelAuthorisedPaymentByPspReference(String paymentPspReference, PaymentCancelRequest paymentCancelRequest, RequestOptions requestOptions)Cancel an authorised payment
-