PrepaidPayments
Use this element to model prepaid payments.
More information is provided in the Prepaid Payments topic.
Details
Detail | Value |
---|---|
Name | PrepaidPayment |
Path | Invoice/PrepaidPayment |
Definition | A prepaid payment. |
Cardinality | 0..n |
Elements
Element | Description |
---|---|
Invoice/PrepaidPayment/ID | Specify an identifier for the prepaid payment. |
Invoice/PrepaidPayment/PaidAmount | The amount of the prepayment. |
Invoice/PrepaidPayment/PaidAmount [@currencyID] | The currency code. It must match the value in the DocumentCurrencyCode element. |
Invoice/PrepaidPayment/PaidDate | The date the prepayment was paid. |
Invoice/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 1 month ago