1.7 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| pricingReference |
UpdateMoneyAmountDTO
An object that holds data to update a money amount.
Properties
amount
Optional amount: number
A number indicating the amount of this money amount.
Defined in
packages/types/src/pricing/common/money-amount.ts:61
currency_code
Optional currency_code: string
A string that indicates the currency code of the money amount.
Defined in
packages/types/src/pricing/common/money-amount.ts:60
id
id: string
A string that indicates the ID of the money amount to update.
Defined in
packages/types/src/pricing/common/money-amount.ts:59
max_quantity
Optional max_quantity: number
A number that indicates the maximum quantity required to be purchased for this money amount to be applied.
Defined in
packages/types/src/pricing/common/money-amount.ts:63
min_quantity
Optional min_quantity: number
A number that indicates the minimum quantity required to be purchased for this money amount to be applied.