Uses of Class
com.adyen.model.legalentitymanagement.HULocalAccountIdentification.TypeEnum
-
Packages that use HULocalAccountIdentification.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of HULocalAccountIdentification.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return HULocalAccountIdentification.TypeEnum Modifier and Type Method Description static HULocalAccountIdentification.TypeEnumHULocalAccountIdentification.TypeEnum. fromValue(String value)HULocalAccountIdentification.TypeEnumHULocalAccountIdentification. getType()**huLocal**static HULocalAccountIdentification.TypeEnumHULocalAccountIdentification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static HULocalAccountIdentification.TypeEnum[]HULocalAccountIdentification.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 HULocalAccountIdentification.TypeEnum Modifier and Type Method Description voidHULocalAccountIdentification. setType(HULocalAccountIdentification.TypeEnum type)**huLocal**HULocalAccountIdentificationHULocalAccountIdentification. type(HULocalAccountIdentification.TypeEnum type)
-