Uses of Class
com.adyen.model.checkout.PaymentMethod
-
Packages that use PaymentMethod Package Description com.adyen.model.checkout -
-
Uses of PaymentMethod in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return types with arguments of type PaymentMethod Modifier and Type Method Description List<PaymentMethod>PaymentMethodsResponse. getPaymentMethods()Detailed list of payment methods required to generate payment forms.Methods in com.adyen.model.checkout with parameters of type PaymentMethod Modifier and Type Method Description PaymentMethodsResponsePaymentMethodsResponse. addPaymentMethodsItem(PaymentMethod paymentMethodsItem)Method parameters in com.adyen.model.checkout with type arguments of type PaymentMethod Modifier and Type Method Description PaymentMethodsResponsePaymentMethodsResponse. paymentMethods(List<PaymentMethod> paymentMethods)voidPaymentMethodsResponse. setPaymentMethods(List<PaymentMethod> paymentMethods)Detailed list of payment methods required to generate payment forms.
-