PrepaidPayments

Use this element to model prepaid payments.

See Prepaid Payments.

Details

ElementValue
NamePrepaidPayment
ComponentTypeASBIE
DictionaryEntryNameInvoice.Prepaid_Payment.Payment
DefinitionA prepaid payment.
Cardinality0..n
ObjectClassInvoice
PropertyTermQualifierPrepaid
PropertyTermPayment
AssociatedObjectClassPayment
RepresentationTermPayment
minOccurs0
maxOccursUnbounded

Elements

ElementDescription
PrepaidPayment/IDSpecify an identifier for the prepaid payment.
PrepaidPayment/PaidAmountThe amount of the prepayment and
PrepaidPayment/PaidAmount [@currencyID]The currency code. It must match the value in the DocumentCurrencyCode element.
PrepaidPayment/PaidDateThe date the prepayment was paid.
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>