Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCreateTaxRegion.ts
github-actions[bot] d6dcda5b8f chore(docs): Updated API Reference (v2) (#8929)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
2024-09-02 07:45:24 +00:00

52 lines
1.3 KiB
TypeScript

/**
* @schema AdminCreateTaxRegion
* type: object
* description: SUMMARY
* x-schemaName: AdminCreateTaxRegion
* required:
* - country_code
* properties:
* country_code:
* type: string
* title: country_code
* description: The tax region's country code.
* province_code:
* type: string
* title: province_code
* description: The tax region's province code.
* parent_id:
* type: string
* title: parent_id
* description: The tax region's parent id.
* default_tax_rate:
* type: object
* description: The tax region's default tax rate.
* required:
* - name
* properties:
* rate:
* type: number
* title: rate
* description: The default tax rate's rate.
* code:
* type: string
* title: code
* description: The default tax rate's code.
* name:
* type: string
* title: name
* description: The default tax rate's name.
* is_combinable:
* type: boolean
* title: is_combinable
* description: The default tax rate's is combinable.
* metadata:
* type: object
* description: The default tax rate's metadata.
* metadata:
* type: object
* description: The tax region's metadata.
*
*/