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