Skip to main content

Class: ProductTaxRate

Constructors

constructor

new ProductTaxRate()

Properties

created_at

created_at: Date

Defined in

models/product-tax-rate.ts:32


metadata

metadata: Record<string, unknown>

Defined in

models/product-tax-rate.ts:38


product

Optional product: Product

Defined in

models/product-tax-rate.ts:24


product_id

product_id: string

Defined in

models/product-tax-rate.ts:17


rate_id

rate_id: string

Defined in

models/product-tax-rate.ts:20


tax_rate

Optional tax_rate: TaxRate

Defined in

models/product-tax-rate.ts:29


updated_at

updated_at: Date

Defined in

models/product-tax-rate.ts:35

Was this page helpful?