RegionDTO__legacy
The details of a legacy region.
Properties
name
stringRequiredThe name of the region.
currency_code
stringRequiredThe currency code of the region.
tax_rate
numberThe tax rate of the region.
tax_code
null | stringThe tax code of the region.
gift_cards_taxable
booleanWhether gift cards in the region are taxable.
automatic_taxes
booleanWhether taxes should be calculated automatically in the region.
tax_provider_id
null | stringThe associated tax provider's ID.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
includes_tax
booleanWhether prices include taxes in the region.
Was this section helpful?