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