Files
medusa-store/www/utils/generated/oas-output/schemas/AdminUpdateTaxRate.ts
github-actions[bot] cf3c25addf chore(docs): Updated API Reference (v2) (#9033)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2024-09-06 12:25:48 +00:00

51 lines
1.2 KiB
TypeScript

/**
* @schema AdminUpdateTaxRate
* type: object
* description: SUMMARY
* x-schemaName: AdminUpdateTaxRate
* properties:
* rate:
* type: number
* title: rate
* description: The tax rate's rate.
* code:
* type: string
* title: code
* description: The tax rate's code.
* rules:
* type: array
* description: The tax rate's rules.
* items:
* type: object
* description: The rule's rules.
* required:
* - reference
* - reference_id
* properties:
* reference:
* type: string
* title: reference
* description: The rule's reference.
* reference_id:
* type: string
* title: reference_id
* description: The rule's reference id.
* name:
* type: string
* title: name
* description: The tax rate's name.
* is_default:
* type: boolean
* title: is_default
* description: The tax rate's is default.
* is_combinable:
* type: boolean
* title: is_combinable
* description: The tax rate's is combinable.
* metadata:
* type: object
* description: The tax rate's metadata.
*
*/