Enum JsonAustraliaPostCustomerFormat
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum JsonAustraliaPostCustomerFormat extends Enum<JsonAustraliaPostCustomerFormat>
The customer format used in AUSTRALIA_POST codes. Only relevant for format codes 59 and 62.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NUMERIC
The numeric format.
ALPHA_NUMERIC
The alphanumeric format.
-
Method Summary
Modifier and Type Method Description final JsonAustraliaPostCustomerFormat
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<JsonAustraliaPostCustomerFormat>
values()
Returns an array containing the constants of this enum type, in the order they're declared. -
-
Method Detail
-
valueOf
final JsonAustraliaPostCustomerFormat valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<JsonAustraliaPostCustomerFormat> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
-
-
-