Files
medusa-store/docs-util/oas-output/schemas/AdminPostTaxRegionsReq.ts
github-actions[bot] 53653f5266 chore(docs): Generated OAS (#6752)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2024-03-20 11:30:24 +01:00

30 lines
703 B
TypeScript

/**
* @schema AdminPostTaxRegionsReq
* type: object
* description: SUMMARY
* x-schemaName: AdminPostTaxRegionsReq
* 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:
* $ref: "#/components/schemas/CreateDefaultTaxRate"
* metadata:
* type: object
* description: The tax region's metadata.
* properties: {}
*
*/