Uses of Class
com.adyen.model.transferwebhooks.HKLocalAccountIdentification.TypeEnum
-
Packages that use HKLocalAccountIdentification.TypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of HKLocalAccountIdentification.TypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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.transferwebhooks with parameters of type HKLocalAccountIdentification.TypeEnum Modifier and Type Method Description voidHKLocalAccountIdentification. setType(HKLocalAccountIdentification.TypeEnum type)**hkLocal**HKLocalAccountIdentificationHKLocalAccountIdentification. type(HKLocalAccountIdentification.TypeEnum type)
-