CountryResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the country. | [default to null] |
| name | String | Name of the country. | [default to null] |
| iso2 | String | ISO 3166-1 alpha-2 country code (e.g., “US”, “GB”, “IN”). | [optional] [default to null] |
| phone_code | String | International dialing code (e.g., “+1”, “+44”, “+91”). | [optional] [default to null] |
| default_timezone | String | Default timezone of the country. | [optional] [default to null] |
| currency_code | String | Currency code of the country (e.g., “USD”, “EUR”). | [optional] [default to null] |
| currency_symbol | String | Currency symbol of the country (e.g., ”$”, ”€”). | [optional] [default to null] |