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.List<PaymentMethod>PaymentSessionResponse. getPaymentMethods()The 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)PaymentSessionResponsePaymentSessionResponse. addPaymentMethodsItem(PaymentMethod paymentMethodsItem)TAbstractPaymentsResponse. paymentMethod(PaymentMethod paymentMethod)voidAbstractPaymentsResponse. setPaymentMethod(PaymentMethod paymentMethod)Method parameters in com.adyen.model.checkout with type arguments of type PaymentMethod Modifier and Type Method Description PaymentMethodsResponsePaymentMethodsResponse. paymentMethods(List<PaymentMethod> paymentMethods)PaymentSessionResponsePaymentSessionResponse. paymentMethods(List<PaymentMethod> paymentMethods)voidPaymentMethodsResponse. setPaymentMethods(List<PaymentMethod> paymentMethods)voidPaymentSessionResponse. setPaymentMethods(List<PaymentMethod> paymentMethods)
-