* generated new services reference * changed from automatic push to automated pull request * updated typedoc, regenerated JS Client reference * regenerated the reference after updating typedoc * added action for js client
188 lines
2.4 KiB
Markdown
188 lines
2.4 KiB
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Class: TaxRate
|
|
|
|
[internal](../modules/internal.md).TaxRate
|
|
|
|
Base abstract entity for all entities
|
|
|
|
## Hierarchy
|
|
|
|
- [`BaseEntity`](internal.BaseEntity.md)
|
|
|
|
↳ **`TaxRate`**
|
|
|
|
## Properties
|
|
|
|
### beforeInsert
|
|
|
|
• `Private` **beforeInsert**: `any`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:19
|
|
|
|
___
|
|
|
|
### code
|
|
|
|
• **code**: ``null`` \| `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:8
|
|
|
|
___
|
|
|
|
### created\_at
|
|
|
|
• **created\_at**: `Date`
|
|
|
|
#### Inherited from
|
|
|
|
[BaseEntity](internal.BaseEntity.md).[created_at](internal.BaseEntity.md#created_at)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/interfaces/models/base-entity.d.ts:6
|
|
|
|
___
|
|
|
|
### id
|
|
|
|
• **id**: `string`
|
|
|
|
#### Inherited from
|
|
|
|
[BaseEntity](internal.BaseEntity.md).[id](internal.BaseEntity.md#id)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/interfaces/models/base-entity.d.ts:5
|
|
|
|
___
|
|
|
|
### metadata
|
|
|
|
• **metadata**: `Record`<`string`, `unknown`\>
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:12
|
|
|
|
___
|
|
|
|
### name
|
|
|
|
• **name**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:9
|
|
|
|
___
|
|
|
|
### product\_count
|
|
|
|
• `Optional` **product\_count**: `number`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:16
|
|
|
|
___
|
|
|
|
### product\_type\_count
|
|
|
|
• `Optional` **product\_type\_count**: `number`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:17
|
|
|
|
___
|
|
|
|
### product\_types
|
|
|
|
• **product\_types**: [`ProductType`](internal.ProductType.md)[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:14
|
|
|
|
___
|
|
|
|
### products
|
|
|
|
• **products**: [`Product`](internal.Product.md)[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:13
|
|
|
|
___
|
|
|
|
### rate
|
|
|
|
• **rate**: ``null`` \| `number`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:7
|
|
|
|
___
|
|
|
|
### region
|
|
|
|
• **region**: [`Region`](internal.Region.md)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:11
|
|
|
|
___
|
|
|
|
### region\_id
|
|
|
|
• **region\_id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:10
|
|
|
|
___
|
|
|
|
### shipping\_option\_count
|
|
|
|
• `Optional` **shipping\_option\_count**: `number`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:18
|
|
|
|
___
|
|
|
|
### shipping\_options
|
|
|
|
• **shipping\_options**: [`ShippingOption`](internal.ShippingOption.md)[]
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/models/tax-rate.d.ts:15
|
|
|
|
___
|
|
|
|
### updated\_at
|
|
|
|
• **updated\_at**: `Date`
|
|
|
|
#### Inherited from
|
|
|
|
[BaseEntity](internal.BaseEntity.md).[updated_at](internal.BaseEntity.md#updated_at)
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/interfaces/models/base-entity.d.ts:7
|