Skip to main content
Skip to main content

CalculatedPriceSetDTO

internal.PricingTypes.CalculatedPriceSetDTO

A calculated price set's data.

Properties

amountnull | numberRequired
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.
idstringRequired
The ID of the price set.
max_quantitynull | numberRequired
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.
min_quantitynull | numberRequired
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.
Was this section helpful?