cac:PrepaidPayment
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:PaymentType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] An identifier for this payment.
- cbc:PaidAmount [0..1] The amount of this payment.
- cbc:ReceivedDate [0..1] The date on which this payment was received.
- cbc:PaidDate [0..1] The date on which this payment was made.
- cbc:PaidTime [0..1] The time at which this payment was made.
- cbc:InstructionID [0..1] An identifier for the payment instruction.
Attributes
None
Used in
- Type DebitNoteType (Element DebitNote)
- Type FreightInvoiceType (Element FreightInvoice)
- Type InvoiceType (Element Invoice)
- Type ReminderType (Element Reminder)
- Type SelfBilledInvoiceType (Element SelfBilledInvoice)
Sample instance
<cac:PrepaidPayment> <cbc:ID>normalizedString</cbc:ID> <cbc:PaidAmount currencyID="normalizedString">1.0</cbc:PaidAmount> <cbc:ReceivedDate>2000-01-01</cbc:ReceivedDate> <cbc:PaidDate>2000-01-01</cbc:PaidDate> <cbc:PaidTime>12:00:00</cbc:PaidTime> <cbc:InstructionID>normalizedString</cbc:InstructionID> </cac:PrepaidPayment>