Uses of Class
com.adyen.model.checkout.TwintDetails.TypeEnum
-
Packages that use TwintDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of TwintDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return TwintDetails.TypeEnum Modifier and Type Method Description static TwintDetails.TypeEnumTwintDetails.TypeEnum. fromValue(String value)TwintDetails.TypeEnumTwintDetails. getType()The payment method type.static TwintDetails.TypeEnumTwintDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TwintDetails.TypeEnum[]TwintDetails.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 TwintDetails.TypeEnum Modifier and Type Method Description voidTwintDetails. setType(TwintDetails.TypeEnum type)The payment method type.TwintDetailsTwintDetails. type(TwintDetails.TypeEnum type)The payment method type.
-