Uses of Class
com.adyen.model.checkout.CreateStoredPaymentMethodRequest
-
Packages that use CreateStoredPaymentMethodRequest Package Description com.adyen.model.checkout com.adyen.service -
-
Uses of CreateStoredPaymentMethodRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CreateStoredPaymentMethodRequest Modifier and Type Method Description CreateStoredPaymentMethodRequestCreateStoredPaymentMethodRequest. merchantAccount(String merchantAccount)CreateStoredPaymentMethodRequestCreateStoredPaymentMethodRequest. shopperReference(String shopperReference)CreateStoredPaymentMethodRequestCreateStoredPaymentMethodRequest. storingMethod(StoringMethod storingMethod) -
Uses of CreateStoredPaymentMethodRequest in com.adyen.service
Methods in com.adyen.service with parameters of type CreateStoredPaymentMethodRequest Modifier and Type Method Description StoredPaymentMethodResourceCheckout. storedPaymentMethods(CreateStoredPaymentMethodRequest createStoredPaymentMethodRequest)POST /storedPaymentMethods API call
-