INPUT_OBJECT

CalculateVoucherSelectionItemDiscountInput

link GraphQL Schema definition

1input CalculateVoucherSelectionItemDiscountInput {
2
3source: DiscountSource!
4
5valueReduction: MonetaryValueInput!
6
7# used to interact with 'sale' criteria
8isSale: Boolean!
9
10# used to interact with 'news' criteria
11isNews: Boolean!
12}