Uses of Class
com.adyen.model.nexo.IdentificationType
-
Packages that use IdentificationType Package Description com.adyen.model.nexo -
-
Uses of IdentificationType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as IdentificationType Modifier and Type Field Description protected IdentificationTypeLoyaltyAccountID. identificationTypeprotected IdentificationTypeStoredValueAccountID. identificationTypeMethods in com.adyen.model.nexo that return IdentificationType Modifier and Type Method Description static IdentificationTypeIdentificationType. fromValue(String v)From value identification type.IdentificationTypeLoyaltyAccountID. getIdentificationType()Gets the value of the identificationType property.IdentificationTypeStoredValueAccountID. getIdentificationType()Gets the value of the identificationType property.static IdentificationTypeIdentificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentificationType[]IdentificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type IdentificationType Modifier and Type Method Description voidLoyaltyAccountID. setIdentificationType(IdentificationType value)Sets the value of the identificationType property.voidStoredValueAccountID. setIdentificationType(IdentificationType value)Sets the value of the identificationType property.
-