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