StateRequest
Properties
Name |
Type |
Description |
Notes |
title |
String |
Display name of the state / subdivision. |
[optional] [default to null] |
natlCode |
String |
National code of the state / subdivision without the country alpha2 code. Unique only within the same country. For example, `\"GA\"` may refer to the U. S. state of Georgia (`\"US-GA\"`) or to the Indian state of Goa (`\"IN-GA\"`). Not applicable in all countries. |
[optional] [default to null] |
code |
String |
Complete code of the state / subdivision. Each complete ISO 3166-2 code consists of two parts, separated by a hyphen: * The first part is the ISO 3166-1 alpha-2 code of the country (two upper-case letters). * The second part is a string of up to three alphanumeric characters, which is usually obtained from national sources and stems from coding systems already in use in the country concerned, but may also be developed by the ISO itself. This part is also the `natlCode`. The `code` is a unique identifier of each subdivison. Not applicable in all countries. |
[optional] [default to null] |
country |
CountryV2Request |
|
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]