Files
medusa-store/www/apps/docs/content/references/services/interfaces/CreatePriceSetDTO.mdx
Shahed Nasser c51dce164d docs: general fixes to references (#5653)
* fixed typedoc plugin's escape strategy

* move props comments to the associated property

* regenerate references
2023-11-17 19:36:58 +02:00

33 lines
686 B
Plaintext

---
displayed_sidebar: servicesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# CreatePriceSetDTO
A price set to create.
## Properties
<ParameterTypes parameters={[
{
"name": "prices",
"type": "[CreatePricesDTO](CreatePricesDTO.mdx)[]",
"description": "The prices to create and add to this price set.",
"optional": true,
"defaultValue": "",
"expandable": false,
"children": []
},
{
"name": "rules",
"type": "``{ rule_attribute: string }``[]",
"description": "The rules to associate with the price set.",
"optional": true,
"defaultValue": "",
"expandable": false,
"children": []
}
]} />