Uses of Class
com.adyen.model.nexo.IdentificationSupportType
-
Packages that use IdentificationSupportType Package Description com.adyen.model.nexo -
-
Uses of IdentificationSupportType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as IdentificationSupportType Modifier and Type Field Description protected IdentificationSupportTypeLoyaltyAccountID. identificationSupportMethods in com.adyen.model.nexo that return IdentificationSupportType Modifier and Type Method Description static IdentificationSupportTypeIdentificationSupportType. fromValue(String v)From value identification support type.IdentificationSupportTypeLoyaltyAccountID. getIdentificationSupport()Gets the value of the identificationSupport property.static IdentificationSupportTypeIdentificationSupportType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentificationSupportType[]IdentificationSupportType. 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 IdentificationSupportType Modifier and Type Method Description voidLoyaltyAccountID. setIdentificationSupport(IdentificationSupportType value)Sets the value of the identificationSupport property.
-