Uses of Class
com.adyen.model.management.PaymentMethodSetupInfo.TypeEnum
-
Packages that use PaymentMethodSetupInfo.TypeEnum Package Description com.adyen.model.management -
-
Uses of PaymentMethodSetupInfo.TypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return PaymentMethodSetupInfo.TypeEnum Modifier and Type Method Description static PaymentMethodSetupInfo.TypeEnumPaymentMethodSetupInfo.TypeEnum. fromValue(String value)PaymentMethodSetupInfo.TypeEnumPaymentMethodSetupInfo. getType()Payment method [variant](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api).static PaymentMethodSetupInfo.TypeEnumPaymentMethodSetupInfo.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentMethodSetupInfo.TypeEnum[]PaymentMethodSetupInfo.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type PaymentMethodSetupInfo.TypeEnum Modifier and Type Method Description voidPaymentMethodSetupInfo. setType(PaymentMethodSetupInfo.TypeEnum type)Payment method [variant](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api).PaymentMethodSetupInfoPaymentMethodSetupInfo. type(PaymentMethodSetupInfo.TypeEnum type)Payment method [variant](https://docs.adyen.com/development-resources/paymentmethodvariant#management-api).
-