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 PaymentMethod Modifier and Type Method Description PaymentMethodPaymentMethod. addBrandsItem(String brandsItem)PaymentMethodPaymentMethod. addInputDetailsItem(InputDetail inputDetailsItem)PaymentMethodPaymentMethod. addIssuersItem(PaymentMethodIssuer issuersItem)PaymentMethodPaymentMethod. brand(String brand)PaymentMethodPaymentMethod. brands(List<String> brands)PaymentMethodPaymentMethod. configuration(Map<String,String> configuration)PaymentMethodPaymentMethod. group(PaymentMethodGroup group)PaymentMethodPaymentMethod. inputDetails(List<InputDetail> inputDetails)PaymentMethodPaymentMethod. issuers(List<PaymentMethodIssuer> issuers)PaymentMethodPaymentMethod. name(String name)PaymentMethodPaymentMethod. putConfigurationItem(String key, String configurationItem)PaymentMethodPaymentMethod. supportsRecurring(Boolean supportsRecurring)PaymentMethodPaymentMethod. type(String type)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)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)
-