INPUT_OBJECT
VoucherActionResultPriceDiscountInput
link GraphQL Schema definition
1 input VoucherActionResultPriceDiscountInput { 2 3 # Used for non reusable vouchers that reduce the value of an order by a set amount. 4 : [VoucherActionPricelistValueInput!] 5 6 # Used for reusable vouchers, such as gift certificates. 7 # Used up voucher that get refilled will have number of usages automatically increased 8 : VoucherActionResultReusablePriceOff 9 10 : VoucherActionResultFixedPriceDiscountInput 11 12 : Float 13 14 : Float 15 16 : Float 17 }