InvoicePeriod

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

More information is provided in the Documents topic.

Details

DetailValue
NameInvoicePeriod
PathInvoice/InvoicePeriod
DefinitionA period to which the Invoice applies.
Cardinality0..n

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>