InvoiceLine/InvoicePeriod
Use this element specify an invoice period on the Line level.
Use the InvoicePeriod element to specify this information at the Document level.
Elements
Name (Path) | Cardinality | Description |
---|---|---|
Invoice Line Period Start Date (InvoicePeriod/StartDate ) | 1..1 | The date upon which the validity period begins. |
Invoice Line Period End Date (InvoicePeriod/EndDate ) | 1..1 | The date upon which the validity period ends. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:InvoicePeriod>
<cbc:StartDate>2024-09-01</cbc:StartDate>
<cbc:EndDate>2024-09-30</cbc:EndDate>
</cac:InvoicePeriod>
<!-- code omitted for clarity -->
</cac:InvoiceLine>
</Invoice>
Updated 2 days ago