Files
medusa-store/www/apps/docs/content/references/pricing/interfaces/PriceSetMoneyAmountDTO.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

PriceSetMoneyAmountDTO

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

Properties

id

id: string

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

Defined in

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


money_amount

Optional money_amount: MoneyAmountDTO

an object of type MoneyAmountDTO holding the data of the associated money amount.

Defined in

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


price_set

Optional price_set: PriceSetDTO

an object of type PriceSetDTO holding the data of the associated price set.

Defined in

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


title

Optional title: string

a string indicating the title of the price set money amount.

Defined in

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