OBJECT
AppliedVoucherDiscount
link GraphQL Schema definition
1 type AppliedVoucherDiscount implements AppliedVoucher, OrderDiscount { 2 : MonetaryValue! 3 4 # Arguments 5 # format: ISO-8601 6 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz! 7 8 : String 9 10 # Required permission: Voucher:read 11 # 12 # Store restrictions apply. 13 : Voucher 14 15 # Required permission: Voucher:read 16 : VoucherActionResult 17 18 # Required permission: Order:read 19 # 20 # Store restrictions apply. 21 : Order 22 23 : String 24 25 : VoucherMethod 26 27 # Set for vouchers with method VoucherMethod.URL 28 : String 29 30 # Set for vouchers with method VoucherMethod.CODE 31 : String 32 33 # How much of original value was given to reduce the shipping cost 34 : MonetaryValue 35 36 }
link Required by
This element is not required by anyone