Files
medusa-store/docs/content/references/entities/classes/ProductTaxRate.md
Shahed Nasser 4a416e7fa5 docs: added entity reference (#2047)
* added entity reference

* chore: added github action

* added link to reference
2022-08-15 15:54:48 +03:00

1.6 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

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