* fixed typedoc plugin's escape strategy * move props comments to the associated property * regenerate references
33 lines
686 B
Plaintext
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": []
|
|
}
|
|
]} />
|