United States (DBNA): Invoice Line Period

Configure the Invoice Line Period for your United States documents.

A group of business terms providing information about the period relevant for the Invoice line. This standard UBL element can be used in the US.

Elements

PathCardinalityUsageFinal Format Path
Invoice/InvoiceLine/InvoicePeriod0..1O/Invoice/cac:InvoiceLine/cac:InvoicePeriod

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:InvoiceLine>
    <!-- ... omitted for readability -->
    <cac:InvoicePeriod>
      <cbc:StartDate>2026-05-01</cbc:StartDate>
      <cbc:EndDate>2026-05-31</cbc:EndDate>
    </cac:InvoicePeriod>
    <!-- ... omitted for readability -->
  </cac:InvoiceLine>
</ubl:Invoice>

Did this page help you?