CalculatedPriceSetDTO
A calculated price set's data.
Properties
id
stringRequiredThe ID of the money amount.
price_set_id
stringRequiredThe ID of the associated price set.
amount
null | stringRequiredThe calculated amount. It can possibly be
null
if there's no price set up for the provided context.currency_code
null | stringRequiredThe currency code of the calculated price. It can possibly be
null
.min_quantity
null | 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
.max_quantity
null | 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
.price_list_type
null | stringRequiredThe type of the associated price list, if any.
price_list_id
null | stringRequiredThe ID of the associated price list, if any.
Was this section helpful?