InvoicePeriod
Use the InvoicePeriod element to model the time during which the invoice remains valid.
See Documents.
Details
Element | Value |
---|---|
Name | InvoicePeriod |
ComponentType | ASBIE |
DictionaryEntryName | Invoice.Invoice_Period.Period |
Definition | A period to which the Invoice applies. |
Cardinality | 0..n |
ObjectClass | Invoice |
PropertyTermQualifier | Invoice |
PropertyTerm | Period |
AssociatedObjectClass | Period |
RepresentationTerm | Period |
minOccurs | 0 |
maxOccurs | Unbounded |
Elements
Element | Description |
---|---|
InvoicePeriod/StartDate | The date upon which the validity period begins. |
InvoicePeriod/EndDate | The date upon which the validity period ends. |
InvoicePeriod/Description | 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 about 2 months ago