Represents a state in the system.
Field | Type | Description |
---|---|---|
id | integer | State ID |
name | string | State name |
translated_name | string | Translated state name |
country | object | Country Resource |
{
"id": 123,
"name": "...",
"translated_name": "...",
"country": <country resource>
}