ProductTypeTaxRate
This represents the association between a tax rate and a product type to indicate that the product type is taxed in a different way than the default.
Properties
product_type_id
stringRequiredThe ID of the Product type
rate_id
stringRequiredThe id of the Tax Rate
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
The details of the product type.
The details of the tax rate.
Was this section helpful?