CalculatedPriceSetDTO
A calculated price set's data.
Properties
amountnull | stringRequiredThe calculated amount. It can possibly be
null if there's no price set up for the provided context.currency_codenull | stringRequiredThe currency code of the calculated price. It can possibly be
null.idstringRequiredThe ID of the money amount.
max_quantitynull | stringRequiredThe 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.min_quantitynull | stringRequiredThe 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.price_list_idnull | stringRequiredThe ID of the associated price list, if any.
price_list_typenull | stringRequiredThe type of the associated price list, if any.
price_set_idstringRequiredThe ID of the associated price set.
Was this section helpful?