d5ee0070b4
Generated the following references: - `api_key` - `auth` - `cart` - `core_flows` - `currency` - `customer` - `dml` - `fulfillment` - `helper_steps` - `inventory_next` - `js_sdk` - `medusa` - `medusa_config` - `modules` - `modules_sdk` - `order` - `payment` - `payment_provider` - `pricing` - `product` - `product_models` - `promotion` - `region` - `sales_channel` - `search` - `stock_location_next` - `store` - `tax` - `tax_provider` - `types` - `user` - `utils` - `workflows` Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
29 lines
724 B
Plaintext
29 lines
724 B
Plaintext
---
|
|
displayed_sidebar: taxModelReference
|
|
slug: /references/tax/models
|
|
---
|
|
|
|
import { TypeList } from "docs-ui"
|
|
|
|
# Tax Module Data Models Reference
|
|
|
|
This documentation provides a reference to the data models in the Tax Module
|
|
|
|
## Relations Overview
|
|
|
|
```mermaid
|
|
erDiagram
|
|
TaxRate }|--|{ TaxRegion : tax_region
|
|
TaxRate ||--|| TaxRateRule : rules
|
|
TaxRegion }|--|{ TaxProvider : provider
|
|
TaxRegion }|--|{ TaxRegion : parent
|
|
|
|
```
|
|
|
|
## Classes
|
|
|
|
- [TaxProvider](../../tax_models/classes/tax_models.TaxProvider/page.mdx)
|
|
- [TaxRate](../../tax_models/classes/tax_models.TaxRate/page.mdx)
|
|
- [TaxRateRule](../../tax_models/classes/tax_models.TaxRateRule/page.mdx)
|
|
- [TaxRegion](../../tax_models/classes/tax_models.TaxRegion/page.mdx)
|