Invoice item object
Matthew James Finkel avatar
Written by Matthew James Finkel
Updated over a week ago

The invoice.item object contains information held against an Invoice Item record. The invoice.item object can be accessed in invoice document layouts:

{% for item in invoice.items %}
  {{ item.name }}
{% endfor %}

Objects

Did this answer your question?