cac:Payment
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:PaymentType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [0..1] Identifies the payment.
- cbc:PaidAmount [0..1] The amount paid.
- cbc:ReceivedDate [0..1] The date on which the payment was received.
- cbc:PaidDate [0..1] The date at which the payment was made.
- cbc:PaidTime [0..1] The time at which the payment was made.
- cbc:InstructionID [0..1] Identifies the Payment Instruction.
Attributes
None
Sample instance
<cac:Payment> <cbc:ID>normalizedString</cbc:ID> <cbc:PaidAmount currencyID="AED">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:Payment>