Uses of Class
com.adyen.model.tapi.IdentificationType
-
Packages that use IdentificationType Package Description com.adyen.model.tapi -
-
Uses of IdentificationType in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return IdentificationType Modifier and Type Method Description static IdentificationTypeIdentificationType. fromValue(String value)IdentificationTypeLoyaltyAccountID. getIdentificationType()Get identificationTypeIdentificationTypeStoredValueAccountID. getIdentificationType()Get identificationTypestatic 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.tapi with parameters of type IdentificationType Modifier and Type Method Description LoyaltyAccountIDLoyaltyAccountID. identificationType(IdentificationType identificationType)identificationTypeStoredValueAccountIDStoredValueAccountID. identificationType(IdentificationType identificationType)identificationTypevoidLoyaltyAccountID. setIdentificationType(IdentificationType identificationType)identificationTypevoidStoredValueAccountID. setIdentificationType(IdentificationType identificationType)identificationType
-