29 lines
736 B
Plaintext
29 lines
736 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 ||--|| TaxRateRule : rules
|
|
TaxRegion ||--|| TaxRegion : children
|
|
TaxRegion ||--|| TaxRate : tax_rates
|
|
TaxProvider ||--|| TaxRegion : regions
|
|
|
|
```
|
|
|
|
## Data Models
|
|
|
|
- [TaxProvider](../../tax_models/variables/tax_models.TaxProvider/page.mdx)
|
|
- [TaxRate](../../tax_models/variables/tax_models.TaxRate/page.mdx)
|
|
- [TaxRateRule](../../tax_models/variables/tax_models.TaxRateRule/page.mdx)
|
|
- [TaxRegion](../../tax_models/variables/tax_models.TaxRegion/page.mdx)
|