CalculatedPriceSetDTO
internal.PricingTypes.CalculatedPriceSetDTO
A calculated price set's data.
Properties
amountnull | numberRequiredThe 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 price set.
max_quantitynull | numberRequiredThe 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 | numberRequiredThe 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.Was this section helpful?