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)static PaymentMethodPaymentMethod. fromJson(String jsonString)Create an instance of PaymentMethod given an JSON stringPaymentMethodPaymentMethod. fundingSource(PaymentMethod.FundingSourceEnum fundingSource)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. 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.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)
-