Skip to main content
Skip to main content

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_idstringRequired
The ID of the Product type
rate_idstringRequired
The id of the Tax Rate
created_atDateRequired
The date with timezone at which the resource was created.
updated_atDateRequired
The date with timezone at which the resource was updated.
metadataRecord<string, unknown>Required
An optional key-value map with additional details
product_typeProductType
The details of the product type.
tax_rateTaxRate
The details of the tax rate.
Was this section helpful?