| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The tax rate's ID | |
| rate | BigDecimal | The numeric rate to charge | |
| code | String | A code to identify the tax type by | |
| name | String | A human friendly name for the tax | |
| regionId | String | The id of the Region that the rate belongs to | |
| region | Object | A region object. Available if the relation `region` is expanded. | [optional] |
| products | List<Product> | The products that belong to this tax rate. Available if the relation `products` is expanded. | [optional] |
| productTypes | List<ProductType> | The product types that belong to this tax rate. Available if the relation `product_types` is expanded. | [optional] |
| shippingOptions | List<ShippingOption> | The shipping options that belong to this tax rate. Available if the relation `shipping_options` is expanded. | [optional] |
| productCount | Integer | The count of products | [optional] |
| productTypeCount | Integer | The count of product types | [optional] |
| shippingOptionCount | Integer | The count of shipping options | [optional] |
| createdAt | OffsetDateTime | The date with timezone at which the resource was created. | |
| updatedAt | OffsetDateTime | The date with timezone at which the resource was updated. | |
| metadata | Object | An optional key-value map with additional details |