Mexico (CFDI): Invoice Period
You can add start and end dates for Global CFDI invoices.
Conditional attribute to specify the invoice period. The start and end dates are required.
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Invoice Period Start Date (/Invoice/InvoicePeriod/StartDate) | 0..1 | Start date of the invoicing period. |
Invoice Period End Date (/Invoice/InvoicePeriod/EndtDate) | 0..1 | End date of the invoicing period. |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:InvoicePeriod>
<cbc:StartDate>2023-03-01</cbc:StartDate>
<cbc:EndDate>2023-03-02</cbc:EndDate>
</cac:InvoicePeriod>
<!-- Code omitted for clarity -->
</ubl:Invoice>