Files
medusa-store/www/apps/docs/content/references/pricing/interfaces/PriceSetMoneyAmountRulesDTO.md
Shahed Nasser f0af8ecc89 docs: generate pricing module reference (#5349)
* docs: generate pricing module reference

* added notes about new configurations
2023-10-11 14:08:19 +03:00

1.6 KiB

displayed_sidebar
displayed_sidebar
pricingReference

PriceSetMoneyAmountRulesDTO

An object representing a price set money amount rule, which holds data related to the association between a price set money amount and a rule.

Properties

id

id: string

A string indicating the ID of the price set money amount.

Defined in

packages/types/src/pricing/common/price-set-money-amount-rules.ts:16


price_set_money_amount

price_set_money_amount: PriceSetMoneyAmountDTO

an object of type PriceSetMoneyAmountDTO holding the data of the associated price set money amount.

Defined in

packages/types/src/pricing/common/price-set-money-amount-rules.ts:17


rule_type

rule_type: RuleTypeDTO

an object of type RuleTypeDTO holding the data of the associated rule type.

Defined in

packages/types/src/pricing/common/price-set-money-amount-rules.ts:18


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:19