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 readonly type: RegionType = 'country';
}

Extends

Members

constructor

method
type:
(input?: DeepPartial<Country>) => Country

type

property
type:
RegionType