OBJECT

CalculateVouchersUnitPriceDiscount

link GraphQL Schema definition

1type CalculateVouchersUnitPriceDiscount {
2# lineReference + consecutive number
3uniqueReference: String!
4
5# how many of this line was affected by this unit price reduction
6quantity: Int!
7
8# unit price before this result, after previous result
9previousUnitPrice: MonetaryValue!
10
11unitPriceReduction: MonetaryValue!
12
13}