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