Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCreatePricePreference.ts
2024-07-17 08:34:42 +01:00

22 lines
501 B
TypeScript

/**
* @schema AdminCreatePricePreference
* type: object
* description: SUMMARY
* x-schemaName: AdminCreatePricePreference
* properties:
* attribute:
* type: string
* title: attribute
* description: The price preference's attribute.
* value:
* type: string
* title: value
* description: The price preference's value.
* is_tax_inclusive:
* type: boolean
* title: is_tax_inclusive
* description: The price preference's is tax inclusive.
*
*/