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. addAppsItem(PaymentMethodUPIApps appsItem)PaymentMethodPaymentMethod. addBrandsItem(String brandsItem)PaymentMethodPaymentMethod. addInputDetailsItem(InputDetail inputDetailsItem)PaymentMethodPaymentMethod. addIssuersItem(PaymentMethodIssuer issuersItem)PaymentMethodPaymentMethod. apps(List<PaymentMethodUPIApps> apps)A list of apps for this payment method.PaymentMethodPaymentMethod. brand(String brand)Brand for the selected gift card.PaymentMethodPaymentMethod. brands(List<String> brands)List of possible brands.PaymentMethodPaymentMethod. configuration(Map<String,String> configuration)The configuration of the payment method.static PaymentMethodPaymentMethod. fromJson(String jsonString)Create an instance of PaymentMethod given an JSON stringPaymentMethodPaymentMethod. fundingSource(PaymentMethod.FundingSourceEnum fundingSource)The funding source of the payment method.PaymentMethodPaymentMethod. group(PaymentMethodGroup group)groupPaymentMethodPaymentMethod. inputDetails(List<InputDetail> inputDetails)Deprecated.PaymentMethodPaymentMethod. issuers(List<PaymentMethodIssuer> issuers)A list of issuers for this payment method.PaymentMethodPaymentMethod. name(String name)The displayable name of this payment method.PaymentMethodPaymentMethod. putConfigurationItem(String key, String configurationItem)PaymentMethodPaymentMethod. type(String type)The unique payment method code.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)Detailed list of payment methods required to generate payment forms.voidPaymentMethodsResponse. setPaymentMethods(List<PaymentMethod> paymentMethods)Detailed list of payment methods required to generate payment forms.
-