DesPartPricePoint
The price points of the offer, sorted by minimum order quantity.
type DesPartPricePoint {
currency: String!
price: Float!
quantity: Int!
}
Fields
DesPartPricePoint.currency ● String! non-null scalar
Currency for price.
DesPartPricePoint.price ● Float! non-null scalar
Price in currency.
DesPartPricePoint.quantity ● Int! non-null scalar
Minimum purchase quantity to get this price (aka price break).