OBJECT
CalculateVouchersCreditGiven
link GraphQL Schema definition
1 type CalculateVouchersCreditGiven implements CalculateVouchersResult { 2 # Required permission: Voucher:read 3 : VoucherActionResult! 4 5 # Required permission: Voucher:read 6 # 7 # Store restrictions apply. 8 : Voucher! 9 10 : Subvoucher 11 12 : Boolean! 13 14 : Float 15 16 : MonetaryValue 17 18 }
link Required by
This element is not required by anyone