1.2 KiB
1.2 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| pricingReference |
CreatePriceSetMoneyAmountRulesDTO
An object used to create a price set money amount rule, which represents an association between a price set money amount and a rule type.
Properties
price_set_money_amount
price_set_money_amount: string
A string indicating the ID of a price set money amount.
Defined in
packages/types/src/pricing/common/price-set-money-amount-rules.ts:32
rule_type
rule_type: string
A string indicating the ID of a rule type.
Defined in
packages/types/src/pricing/common/price-set-money-amount-rules.ts:33
value
value: string
A string indicating the value of the price set money amount rule.
Defined in
packages/types/src/pricing/common/price-set-money-amount-rules.ts:34