Subtotal
{{this.label.currency + computeSubTotal}}
Discount ({{computeShowDiscount()}})
{{"-" + label.currency + computeDiscount()}}
{{label.taxLabel + " " + label.taxValue + "%"}}
{{label.currency + computeTax()}}
Total
{{label.currency + computeTotal()}}
Paid
{{label.currency + label.paymentAmount}}
Balance Due
{{label.currency + computeBalanceDue()}}