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)PaymentCancelResponsePaymentCancelResponse. paymentPspReference(String paymentPspReference)PaymentCancelResponsePaymentCancelResponse. pspReference(String pspReference)PaymentCancelResponsePaymentCancelResponse. reference(String reference)PaymentCancelResponsePaymentCancelResponse. status(PaymentCancelResponse.StatusEnum status) -
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
-