Files
medusa-store/www/apps/resources/references/pricing/interfaces/pricing.UpdatePricePreferenceDTO/page.mdx
2024-07-05 09:55:39 +02:00

10 lines
709 B
Plaintext

---
displayed_sidebar: pricingReference
---
import { TypeList } from "docs-ui"
# UpdatePricePreferenceDTO
<TypeList types={[{"name":"attribute","type":"`null` \\| `string`","description":"The rule attribute for the preference","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`null` \\| `string`","description":"The rule value for the preference","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"is_tax_inclusive","type":"`boolean`","description":"Flag specifying whether prices for the specified rule are tax inclusive.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="UpdatePricePreferenceDTO"/>