User Avatar

{{customer.name}}

{{customer.mailAddress1}}
{{customer.mailAddress2}}
${{customer.lastAmount.toCurrency()}} Last payment
{{customer.lastPayDate.formatAsDate()}} Last payment date
${{customer.balanceDue.toCurrency()}} Amount due
{{customer.dueDate.formatAsDate()}} Due date

Billing history

Date Current Due Past Due Balance Due Payments
{{bill.period.formatAsDate()}} ${{bill.currentDue.toCurrency()}} ${{bill.pastDue.toCurrency()}} ${{bill.balanceDue.toCurrency()}} ${{bill.payments.toCurrency()}}