OBJECT
VoucherReusableValue
link GraphQL Schema definition
1 type VoucherReusableValue { 2 Int! : 3 4 # Required permission: Voucher:read 5 # 6 # Store restrictions apply. 7 Voucher! : 8 9 # Required permission: Voucher:read 10 VoucherActionResult! : 11 12 Subvoucher : 13 14 # Required permission: Pricelist:read 15 # 16 # Store restrictions apply. 17 Pricelist! : 18 19 MonetaryValue! : 20 21 MonetaryValue! : 22 23 }