OBJECT
CalculateVouchersLineDiscounted
link GraphQL Schema definition
1 type CalculateVouchersLineDiscounted 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 : String! 13 14 : Int! 15 16 # total of this line before this result 17 : MonetaryValue! 18 19 # total value reduction given by this result 20 : MonetaryValue! 21 22 # how unit price was affected by this result 23 # 24 # All elements are always returned 25 : [CalculateVouchersUnitPriceDiscount!]! 26 27 # if this was a percent off, this value contains the percentage configured in the result 28 : Float 29 30 }
link Required by
This element is not required by anyone