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