Uses of Class
com.adyen.model.checkout.ExternalTokenDetails.SubtypeEnum
-
Packages that use ExternalTokenDetails.SubtypeEnum Package Description com.adyen.model.checkout -
-
Uses of ExternalTokenDetails.SubtypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ExternalTokenDetails.SubtypeEnum Modifier and Type Method Description static ExternalTokenDetails.SubtypeEnumExternalTokenDetails.SubtypeEnum. fromValue(String value)ExternalTokenDetails.SubtypeEnumExternalTokenDetails. getSubtype()The external service from which to fetch the token.static ExternalTokenDetails.SubtypeEnumExternalTokenDetails.SubtypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalTokenDetails.SubtypeEnum[]ExternalTokenDetails.SubtypeEnum. 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.SubtypeEnum Modifier and Type Method Description voidExternalTokenDetails. setSubtype(ExternalTokenDetails.SubtypeEnum subtype)The external service from which to fetch the token.ExternalTokenDetailsExternalTokenDetails. subtype(ExternalTokenDetails.SubtypeEnum subtype)The external service from which to fetch the token.
-