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