{{ if .Error }}
Nothing to show here yet. Billing records appear once payment processing completes.
| Invoice | Period | Amount due | Amount paid | Status | |
|---|---|---|---|---|---|
{{ if .InvoiceNumber }}
{{ .InvoiceNumber }}
{{ else }}
—
{{ end }}
|
{{ .Period }} | {{ .AmountDue }} | {{ .AmountPaid }} | {{ .Status }} |