docs: added entity reference (#2047)

* added entity reference

* chore: added github action

* added link to reference
This commit is contained in:
Shahed Nasser
2022-08-15 15:54:48 +03:00
committed by GitHub
parent 4a89961fd4
commit 4a416e7fa5
101 changed files with 12704 additions and 4 deletions

View File

@@ -0,0 +1,81 @@
---
displayed_sidebar: entitiesSidebar
---
# Class: ProductTaxRate
## Constructors
### constructor
**new ProductTaxRate**()
## Properties
### created\_at
**created\_at**: `Date`
#### Defined in
[models/product-tax-rate.ts:32](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/product-tax-rate.ts#L32)
___
### metadata
**metadata**: `Record`<`string`, `unknown`\>
#### Defined in
[models/product-tax-rate.ts:38](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/product-tax-rate.ts#L38)
___
### product
`Optional` **product**: [`Product`](Product.md)
#### Defined in
[models/product-tax-rate.ts:24](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/product-tax-rate.ts#L24)
___
### product\_id
**product\_id**: `string`
#### Defined in
[models/product-tax-rate.ts:17](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/product-tax-rate.ts#L17)
___
### rate\_id
**rate\_id**: `string`
#### Defined in
[models/product-tax-rate.ts:20](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/product-tax-rate.ts#L20)
___
### tax\_rate
`Optional` **tax\_rate**: [`TaxRate`](TaxRate.md)
#### Defined in
[models/product-tax-rate.ts:29](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/product-tax-rate.ts#L29)
___
### updated\_at
**updated\_at**: `Date`
#### Defined in
[models/product-tax-rate.ts:35](https://github.com/medusajs/medusa/blob/0703dd94e/packages/medusa/src/models/product-tax-rate.ts#L35)