Name | Type | Description | Notes |
---|---|---|---|
country | string | Country ISO 3166 code. | [optional] |
state | string | State code. | [optional] |
postcode | string | Postcode/ZIP, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'postcodes' should be used instead. | [optional] |
city | string | City name, it doesn't support multiple values. Deprecated as of WooCommerce 5.3, 'cities' should be used instead. | [optional] |
rate | string | Tax rate. | [optional] |
name | string | Tax rate name. | [optional] |
priority | int | Tax priority. | [optional] |
compound | bool | Whether or not this is a compound rate. | [optional] |
shipping | bool | Whether or not this tax rate also gets applied to shipping. | [optional] |
order | int | Indicates the order that will appear in queries. | [optional] |
class | string | Tax class. | [optional] |
postcodes | string[] | List of postcodes / ZIPs. Introduced in WooCommerce 5.3. | [optional] |
cities | string[] | List of city names. Introduced in WooCommerce 5.3. | [optional] |