MoneyAmountDTO
internal.PricingTypes.MoneyAmountDTO
A money amount's data. A money amount represents a price.
Properties
amount
numberThe price of this money amount.
currency
CurrencyDTOThe 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_code
stringThe currency code of this money amount.
id
stringRequiredThe ID of the money amount.
max_quantity
numberThe maximum quantity required to be purchased for this price to be applied.
min_quantity
numberThe minimum quantity required to be purchased for this price to be applied.
Was this section helpful?