InvoicePeriod

Use the InvoicePeriod element to model the time during which the invoice remains valid.

See Documents.

Details

ElementValue
NameInvoicePeriod
ComponentTypeASBIE
DictionaryEntryNameInvoice.Invoice_Period.Period
DefinitionA period to which the Invoice applies.
Cardinality0..n
ObjectClassInvoice
PropertyTermQualifierInvoice
PropertyTermPeriod
AssociatedObjectClassPeriod
RepresentationTermPeriod
minOccurs0
maxOccursUnbounded

Elements

ElementDescription
InvoicePeriod/StartDateThe date upon which the validity period begins.
InvoicePeriod/EndDateThe date upon which the validity period ends.
InvoicePeriod/DescriptionA 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>