1.1 KiB
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.