Class: ProductTypeTaxRate
Constructors
constructor
• new ProductTypeTaxRate()
Properties
created_at
• created_at: Date
Defined in
models/product-type-tax-rate.ts:31
metadata
• metadata: Record
<string
, unknown
>
Defined in
models/product-type-tax-rate.ts:37
product_type
• Optional
product_type: ProductType
Defined in
models/product-type-tax-rate.ts:24
product_type_id
• product_type_id: string
Defined in
models/product-type-tax-rate.ts:17
rate_id
• rate_id: string
Defined in
models/product-type-tax-rate.ts:20
tax_rate
• Optional
tax_rate: TaxRate
Defined in
models/product-type-tax-rate.ts:28
updated_at
• updated_at: Date
Defined in
Was this page helpful?