OBJECT
OrderLineVoucher
link GraphQL Schema definition
1 type OrderLineVoucher { 2 # Required permission: Order:read 3 OrderLine! : 4 5 String! : 6 7 VoucherMethod! : 8 9 # Set for vouchers with method VoucherMethod.URL 10 String : 11 12 # Set for vouchers with method VoucherMethod.CODE 13 String : 14 15 VoucherActionResultApplyOn! : 16 17 MonetaryValue! : 18 19 Float : 20 21 # Required permission: Voucher:read 22 VoucherActionResult : 23 24 # Required permission: Voucher:read 25 # 26 # Store restrictions apply. 27 Voucher : 28 29 }