47 lines
1.1 KiB
TypeScript
47 lines
1.1 KiB
TypeScript
/**
|
|
* @schema AdminPostTaxRatesTaxRateReq
|
|
* type: object
|
|
* description: SUMMARY
|
|
* x-schemaName: AdminPostTaxRatesTaxRateReq
|
|
* properties:
|
|
* code:
|
|
* type: string
|
|
* title: code
|
|
* description: The tax rate's code.
|
|
* name:
|
|
* type: string
|
|
* title: name
|
|
* description: The tax rate's name.
|
|
* region_id:
|
|
* type: string
|
|
* title: region_id
|
|
* description: The tax rate's region id.
|
|
* rate:
|
|
* type: number
|
|
* title: rate
|
|
* description: The tax rate's rate.
|
|
* products:
|
|
* type: array
|
|
* description: The tax rate's products.
|
|
* items:
|
|
* type: string
|
|
* title: products
|
|
* description: The product's products.
|
|
* shipping_options:
|
|
* type: array
|
|
* description: The tax rate's shipping options.
|
|
* items:
|
|
* type: string
|
|
* title: shipping_options
|
|
* description: The shipping option's shipping options.
|
|
* product_types:
|
|
* type: array
|
|
* description: The tax rate's product types.
|
|
* items:
|
|
* type: string
|
|
* title: product_types
|
|
* description: The product type's product types.
|
|
*
|
|
*/
|
|
|