Skip to main content
Skip to main content

MoneyAmountDTO

A money amount's data. A money amount represents a price.

Properties

idstringRequired
The ID of the money amount.
created_atDateRequired
When the money_amount was created.
updated_atDateRequired
When the money_amount was updated.
deleted_atnull | DateRequired
When the money_amount was deleted.
currency_codestring
The currency code of this money amount.
currencyCurrencyDTO
The money amount's currency.
amountnumber
The price of this money amount.
min_quantitynumber
The minimum quantity required to be purchased for this price to be applied.
max_quantitynumber
The maximum quantity required to be purchased for this price to be applied.
price_set_money_amountPriceSetMoneyAmountDTO
The details of the relation between the money amount and its associated price set.
Was this section helpful?