Uses of Class
com.adyen.model.checkout.AlmaDetails.TypeEnum
-
Packages that use AlmaDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of AlmaDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return AlmaDetails.TypeEnum Modifier and Type Method Description static AlmaDetails.TypeEnumAlmaDetails.TypeEnum. fromValue(String value)AlmaDetails.TypeEnumAlmaDetails. getType()The payment method type.static AlmaDetails.TypeEnumAlmaDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AlmaDetails.TypeEnum[]AlmaDetails.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type AlmaDetails.TypeEnum Modifier and Type Method Description voidAlmaDetails. setType(AlmaDetails.TypeEnum type)The payment method type.AlmaDetailsAlmaDetails. type(AlmaDetails.TypeEnum type)The payment method type.
-