INPUT_OBJECT

CalculateVoucherSelectionLineBundleInput

link GraphQL Schema definition

1input CalculateVoucherSelectionLineBundleInput {
2
3isBundle: Boolean
4
5# lineReference of the bundle this item is part of
6bundleReference: String
7}