Uses of Class
com.adyen.model.transfers.NZLocalAccountIdentification.TypeEnum
-
Packages that use NZLocalAccountIdentification.TypeEnum Package Description com.adyen.model.transfers -
-
Uses of NZLocalAccountIdentification.TypeEnum in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers with parameters of type NZLocalAccountIdentification.TypeEnum Modifier and Type Method Description voidNZLocalAccountIdentification. setType(NZLocalAccountIdentification.TypeEnum type)**nzLocal**NZLocalAccountIdentificationNZLocalAccountIdentification. type(NZLocalAccountIdentification.TypeEnum type)**nzLocal**
-