Interface: ShippingCountry
Properties
code
code:
string
The country code. e.g. United States is US
country_id
country_id:
number
The country id
id
id:
number
Id for the country record
name
name:
string
The full name of the country. e.g. United States
provinces
provinces:
ShippingProvince
[]
List of provinces for the country. Some countries have no defined provinces. This array will be empty in that case.