Uses of Class
com.adyen.model.checkout.PaymentMethodIssuer
-
Packages that use PaymentMethodIssuer Package Description com.adyen.model.checkout -
-
Uses of PaymentMethodIssuer in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentMethodIssuer Modifier and Type Method Description PaymentMethodIssuerPaymentMethodIssuer. disabled(Boolean disabled)static PaymentMethodIssuerPaymentMethodIssuer. fromJson(String jsonString)Create an instance of PaymentMethodIssuer given an JSON stringPaymentMethodIssuerPaymentMethodIssuer. id(String id)PaymentMethodIssuerPaymentMethodIssuer. name(String name)Methods in com.adyen.model.checkout that return types with arguments of type PaymentMethodIssuer Modifier and Type Method Description List<PaymentMethodIssuer>PaymentMethod. getIssuers()A list of issuers for this payment method.List<PaymentMethodIssuer>RecurringDetail. getIssuers()A list of issuers for this payment method.Methods in com.adyen.model.checkout with parameters of type PaymentMethodIssuer Modifier and Type Method Description PaymentMethodPaymentMethod. addIssuersItem(PaymentMethodIssuer issuersItem)RecurringDetailRecurringDetail. addIssuersItem(PaymentMethodIssuer issuersItem)Method parameters in com.adyen.model.checkout with type arguments of type PaymentMethodIssuer Modifier and Type Method Description PaymentMethodPaymentMethod. issuers(List<PaymentMethodIssuer> issuers)RecurringDetailRecurringDetail. issuers(List<PaymentMethodIssuer> issuers)voidPaymentMethod. setIssuers(List<PaymentMethodIssuer> issuers)A list of issuers for this payment method.voidRecurringDetail. setIssuers(List<PaymentMethodIssuer> issuers)A list of issuers for this payment method.
-