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.
Constructors
constructor
**new 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
created_atDateRequiredThe date with timezone at which the resource was created.
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
The details of the product type.
product_type_idstringRequiredThe ID of the Product type
rate_idstringRequiredThe id of the Tax Rate
The details of the tax rate.
updated_atDateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?