INPUT_OBJECT
CalculateVoucherSelectionInput
link GraphQL Schema definition
1 input CalculateVoucherSelectionInput { 2 3 CalculateVoucherSelectionLineInput!]! : [ 4 5 # Exactly one input field should be provided 6 MarketInput! : 7 8 # Exactly one input field should be provided 9 PricelistInput! : 10 11 ShippingOptionInput! : 12 13 MonetaryValueInput : 14 15 CalculateVoucherSelectionCustomerInput : 16 }