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