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
<Invoice>
<!-- Code omitted for clarity -->
<cac:InvoicePeriod>
<StartDate>2023-03-01</StartDate>
<EndDate>2023-03-02</EndDate>
</cac:InvoicePeriod>
<!-- Code omitted for clarity -->
</Invoice>
Updated 5 days ago
