PrepaidPayments
Use this element to model prepaid payments.
See Prepaid Payments.
Details
Element | Value |
---|---|
Name | PrepaidPayment |
ComponentType | ASBIE |
DictionaryEntryName | Invoice.Prepaid_Payment.Payment |
Definition | A prepaid payment. |
Cardinality | 0..n |
ObjectClass | Invoice |
PropertyTermQualifier | Prepaid |
PropertyTerm | Payment |
AssociatedObjectClass | Payment |
RepresentationTerm | Payment |
minOccurs | 0 |
maxOccurs | Unbounded |
Elements
Element | Description |
---|---|
PrepaidPayment/ID | Specify an identifier for the prepaid payment. |
PrepaidPayment/PaidAmount | The amount of the prepayment and |
PrepaidPayment/PaidAmount [@currencyID] | The currency code. It must match the value in the DocumentCurrencyCode element. |
PrepaidPayment/PaidDate | The date the prepayment was paid. |
PrepaidPayment/PaidTime | The 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>
Updated about 2 months ago