MoneyAmountDTO
A money amount's data. A money amount represents a price.
Properties
amountnumberThe price of this money amount.
currencyCurrencyDTOThe money amount's currency. Since this is a relation, it will only be retrieved if it's passed to the
relations array of the find-configuration options.currency_codestringThe currency code of this money amount.
idstringRequiredThe ID of the money amount.
max_quantitynumberThe maximum quantity required to be purchased for this price to be applied.
min_quantitynumberThe minimum quantity required to be purchased for this price to be applied.
Was this section helpful?