InvoicePeriod
Use this element to model the time during which the invoice remains valid.
More information is provided in the Documents topic.
Use the InvoiceLine/InvoicePeriod element to specify it on the Line level.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Invoice Period Start Date (InvoicePeriod/StartDate) | 1..1 | The date upon which the validity period begins. |
Invoice Period End Date (InvoicePeriod/EndDate) | 1..1 | The date upon which the validity period ends. |
Invoice Period Description (InvoicePeriod/Description) | 1..1 | A description of the period, such as Monthly. |
Example
<cac:InvoicePeriod>
<cbc:StartDate>2017-11-26</cbc:StartDate>
<cbc:EndDate>2017-11-30</cbc:EndDate>
<cbc:Description>Monthly</cbc:Description>
</cac:InvoicePeriod>
Updated 5 months ago
