Quay
Red Hat, Inc
https://redhat.com
100 East Davie Street
Raleigh, North Carolina 27601
RECEIPT
Date:
{{ invoice_date }}
Invoice #:
{{ invoice.id }}
{% for custom_field in custom_fields %}
*{{ custom_field['title'] }}:
{{ custom_field['value'] }}
{% endfor %}
Description
Line Total
{%- for line in invoice.lines.data -%}
{{ line.description or ('Plan Subscription' + getRange(line)) }}
{{ getPrice(line.amount) }}
{%- endfor -%}
Subtotal:
{{ getPrice(invoice.subtotal) }}
Total:
{{ getPrice(invoice.total) }}
Paid:
{{ getPrice(invoice.total) if invoice.paid else 0 }}
Total Due:
{{ getPrice(invoice.ending_balance) }}
We thank you for your continued business!