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

displayed_sidebar
displayed_sidebar
pricingReference

PriceSetDTO

An object that holds the details of a retrieved price set.

Properties

id

id: string

A string indicating the ID of the price set.

Defined in

packages/types/src/pricing/common/price-set.ts:48


money_amounts

Optional money_amounts: MoneyAmountDTO[]

An array of objects of type MoneyAmountDTO, which holds the prices that belong to this price set.

Defined in

packages/types/src/pricing/common/price-set.ts:49


rule_types

Optional rule_types: RuleTypeDTO[]

An array of objects of type RuleTypeDTO, which holds the rule types applied on this price set.

Defined in

packages/types/src/pricing/common/price-set.ts:50