Country
Country
A country to which is available when creating / updating an Address. Countries are grouped together into Zones which are in turn used to determine applicable shipping and taxes for an Order.
Signature
class Country extends Region {
constructor(input?: DeepPartial<Country>)
readonly type: RegionType = 'country';
}
- Extends:
Region