OBJECT

AppliedVoucherFreeShipping

link GraphQL Schema definition

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

link Required by

This element is not required by anyone