Skip to main content
Skip to main content

CalculatedPriceSetDTO

A calculated price set's data.

Properties

idstringRequired
The ID of the money amount.
price_set_idstringRequired
The ID of the associated price set.
amountnull | stringRequired
The calculated amount. It can possibly be null if there's no price set up for the provided context.
currency_codenull | stringRequired
The currency code of the calculated price. It can possibly be null.
min_quantitynull | stringRequired
The minimum quantity required to be purchased for this price to apply. It's set if the quantity property is provided in the context. Otherwise, its value will be null.
max_quantitynull | stringRequired
The maximum quantity required to be purchased for this price to apply. It's set if the quantity property is provided in the context. Otherwise, its value will be null.
price_list_typenull | stringRequired
The type of the associated price list, if any.
price_list_idnull | stringRequired
The ID of the associated price list, if any.
Was this section helpful?