United Arab Emirates (Peppol PINT AE): Invoice Period Duration
Configure the Invoice Period Duration for your United Arab Emirates documents.
Invoice Period Duration
The duration of the invoice period. In the UAE, this is used to provide the frequency of billing that will be converted to the invoice cadence codes (Daily, Weekly, Monthly, and so on).
Elements
| Path | Cardinality | Usage | Mandate Business Term | Final Format XPath |
|---|---|---|---|---|
Invoice/InvoicePeriod/DurationMeasure | 0..1 | O | BTAE-06 | /ubl:Invoice/cac:InvoicePeriod/cbc:Description |
Invoice/InvoicePeriod/DurationMeasure/@unitCode | 1..1 | M | BTAE-06 | /ubl:Invoice/cac:InvoicePeriod/cbc:Description |
Example
<ubl:Invoice>
<!-- ... omitted for readability -->
<cac:InvoicePeriod>
<!-- ... omitted for readability -->
<cbc:DurationMeasure unitCode="W">1</cbc:DurationMeasure>
</cac:InvoicePeriod>
</ubl:Invoice>
