Uses of Class
com.adyen.model.legalentitymanagement.IdentificationData.TypeEnum
-
Packages that use IdentificationData.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of IdentificationData.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return IdentificationData.TypeEnum Modifier and Type Method Description static IdentificationData.TypeEnumIdentificationData.TypeEnum. fromValue(String value)IdentificationData.TypeEnumIdentificationData. getType()Type of identity data.static IdentificationData.TypeEnumIdentificationData.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentificationData.TypeEnum[]IdentificationData.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type IdentificationData.TypeEnum Modifier and Type Method Description voidIdentificationData. setType(IdentificationData.TypeEnum type)Type of identity data.IdentificationDataIdentificationData. type(IdentificationData.TypeEnum type)Type of identity data.
-