Uses of Class
com.adyen.model.management.PaymentMethod
-
Packages that use PaymentMethod Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of PaymentMethod in com.adyen.model.management
Methods in com.adyen.model.management with parameters of type PaymentMethod Modifier and Type Method Description PaymentMethodWrapperPaymentMethodWrapper. paymentMethod(PaymentMethod paymentMethod)voidPaymentMethodWrapper. setPaymentMethod(PaymentMethod paymentMethod) -
Uses of PaymentMethod in com.adyen.service.management
Methods in com.adyen.service.management that return PaymentMethod Modifier and Type Method Description PaymentMethodPaymentMethodsMerchantLevelApi. getPaymentMethodDetails(String merchantId, String paymentMethodId)Get payment method detailsPaymentMethodPaymentMethodsMerchantLevelApi. getPaymentMethodDetails(String merchantId, String paymentMethodId, RequestOptions requestOptions)Get payment method detailsPaymentMethodPaymentMethodsMerchantLevelApi. requestPaymentMethod(String merchantId, PaymentMethodSetupInfo paymentMethodSetupInfo)Request a payment methodPaymentMethodPaymentMethodsMerchantLevelApi. requestPaymentMethod(String merchantId, PaymentMethodSetupInfo paymentMethodSetupInfo, RequestOptions requestOptions)Request a payment methodPaymentMethodPaymentMethodsMerchantLevelApi. updatePaymentMethod(String merchantId, String paymentMethodId, UpdatePaymentMethodInfo updatePaymentMethodInfo)Update a payment methodPaymentMethodPaymentMethodsMerchantLevelApi. updatePaymentMethod(String merchantId, String paymentMethodId, UpdatePaymentMethodInfo updatePaymentMethodInfo, RequestOptions requestOptions)Update a payment method
-