Skip to main content
Skip to main content

MoneyAmountDTO

internal.PricingTypes.MoneyAmountDTO

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

Properties

amountnumber
The price of this money amount.
currencyCurrencyDTO
The 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_codestring
The currency code of this money amount.
idstringRequired
The ID of the money amount.
max_quantitynumber
The maximum quantity required to be purchased for this price to be applied.
min_quantitynumber
The minimum quantity required to be purchased for this price to be applied.
Was this section helpful?