Uses of Class
com.adyen.model.checkout.StandalonePaymentCancelRequest
-
Packages that use StandalonePaymentCancelRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of StandalonePaymentCancelRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return StandalonePaymentCancelRequest Modifier and Type Method Description StandalonePaymentCancelRequestStandalonePaymentCancelRequest. applicationInfo(ApplicationInfo applicationInfo)applicationInfostatic StandalonePaymentCancelRequestStandalonePaymentCancelRequest. fromJson(String jsonString)Create an instance of StandalonePaymentCancelRequest given an JSON stringStandalonePaymentCancelRequestStandalonePaymentCancelRequest. merchantAccount(String merchantAccount)The merchant account that is used to process the payment.StandalonePaymentCancelRequestStandalonePaymentCancelRequest. paymentReference(String paymentReference)The [`reference`](https://docs.adyen.com/api-explorer/#/CheckoutService/latest/post/payments__reqParam_reference) of the payment that you want to cancel.StandalonePaymentCancelRequestStandalonePaymentCancelRequest. reference(String reference)Your reference for the cancel request. -
Uses of StandalonePaymentCancelRequest in com.adyen.service.checkout
Methods in com.adyen.service.checkout with parameters of type StandalonePaymentCancelRequest Modifier and Type Method Description StandalonePaymentCancelResponseModificationsApi. cancelAuthorisedPayment(StandalonePaymentCancelRequest standalonePaymentCancelRequest)Cancel an authorised paymentStandalonePaymentCancelResponseModificationsApi. cancelAuthorisedPayment(StandalonePaymentCancelRequest standalonePaymentCancelRequest, RequestOptions requestOptions)Cancel an authorised payment
-