Skip to main content

This type is used to provide region details for a tax jurisdiction.

Type that uses Region

TaxJurisdiction

Calls that use Region

Fields

Field
Type
Description
regionName
A localized text string that indicates the name of the region. Taxes are generally charged at the state/province level or at the country level in the case of VAT tax.
regionType
An enumeration value that indicates the type of region for the tax jurisdiction.

Valid Values:
  • STATE_OR_PROVINCE - Indicates the region is a state or province within a country, such as California or New York in the US, or Ontario or Alberta in Canada.
  • COUNTRY - Indicates the region is a single country.
Code so that your app gracefully handles any future changes to this list.