A Region represents a geographical administrative unit, such as a Country, Province, State, Prefecture etc. This is an abstract class which is extended by the Country and Province entities. Regions can be grouped into Zones which are in turn used to determine applicable shipping and taxes for an Order.
Extends: VendureEntity
Implements: Translatable, HasCustomFields
stringA code representing the region. The code format will depend on the type of region. For example, a Country code will be a 2-letter ISO code, whereas a Province code could use a format relevant to the type of province, e.g. a US state code like "CA".
RegionTypeLocaleStringRegionIDbooleanArray<Translation<Region>>CustomRegionFields