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 that return types with arguments of type PaymentMethod Modifier and Type Method Description List<PaymentMethod>PaymentMethodResponse. getData()The list of supported payment methods and their details.Methods in com.adyen.model.management with parameters of type PaymentMethod Modifier and Type Method Description PaymentMethodResponsePaymentMethodResponse. addDataItem(PaymentMethod dataItem)Method parameters in com.adyen.model.management with type arguments of type PaymentMethod Modifier and Type Method Description PaymentMethodResponsePaymentMethodResponse. data(List<PaymentMethod> data)voidPaymentMethodResponse. setData(List<PaymentMethod> data)The list of supported payment methods and their details. -
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
-