OBJECT

AppliedVoucherCredit

link GraphQL Schema definition

1type AppliedVoucherCredit implements AppliedVoucher, OrderDiscount, AppliedDiscount {
2# Can be used in calculations
3value: MonetaryValue!
4
5# Arguments
6# format: ISO-8601
7date(format: String = "Y-m-d\\TH:i:sP"): DateTimeTz!
8
9paramsJSON: String
10
11# Required permission: Voucher:read
12#
13# Store restrictions apply.
14voucher: Voucher
15
16# Required permission: Voucher:read
17voucherActionResult: VoucherActionResult
18
19voucherName: String
20
21voucherMethod: VoucherMethod
22
23# Set for vouchers with method VoucherMethod.URL
24url: String
25
26# Set for vouchers with method VoucherMethod.CODE
27code: String
28
29# Required permission: Order:read
30#
31# Store restrictions apply.
32order: Order
33
34}

link Required by

This element is not required by anyone