PrepaidPayments

Use this element to model prepaid payments.

More information is provided in the Prepaid Payments topic.

Details

DetailValue
NamePrepaidPayment
PathInvoice/PrepaidPayment
DefinitionA prepaid payment.
Cardinality0..n

Elements

ElementDescription
Invoice/PrepaidPayment/IDSpecify an identifier for the prepaid payment.
Invoice/PrepaidPayment/PaidAmountThe amount of the prepayment.
Invoice/PrepaidPayment/PaidAmount [@currencyID]The currency code. It must match the value in the DocumentCurrencyCode element.
Invoice/PrepaidPayment/PaidDateThe date the prepayment was paid.
Invoice/PrepaidPayment/PaidTimeThe time the prepayment was paid.

Example

	<cac:PrepaidPayment>
		<cbc:ID>L1</cbc:ID>
		<cbc:PaidAmount currencyID="EUR">1.00</cbc:PaidAmount>
		<cbc:PaidDate>2000-01-01</cbc:PaidDate>
		<cbc:PaidTime>12:00:00</cbc:PaidTime>
	</cac:PrepaidPayment>