Uses the Component:VehicleInitiativePaymentInvoiceLineType
Vehicle Initiative Payment Invoice Header
Table 6.10. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PaymentID |
Programme ID (Campaing ID) | 0..1 | Field | udt:TextType | |
| PaymentCategory |
Payment Cattegory (Campaign Category) | 0..1 | Field | udt:TextType | |
| BatchNumber |
Batch Number (Always use "MPS2BATCH) | 0..1 | Field | udt:TextType | |
| PaymentType |
Programme Name | 0..1 | Field | udt:TextType | |
| TotalAmountOfThisProgram |
Total Line of Items Amounts for this program | 0..1 | Field | udt:AmountType | |
| VehicleInitiativePaymentInvoiceLineItem |
Detail information regarding a vehicle for a particular invoice. | 1..* | Component | VehicleInitiativePaymentInvoiceLineItemType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.10. VehicleInitiativePaymentInvoiceLine
<VehicleInitiativePaymentInvoiceLine>
<PaymentID>......</PaymentID> [0..1]
<PaymentCategory>......</PaymentCategory> [0..1]
<BatchNumber>......</BatchNumber> [0..1]
<PaymentType>......</PaymentType> [0..1]
<TotalAmountOfThisProgram>......</TotalAmountOfThisProgram> [0..1]
<VehicleInitiativePaymentInvoiceLineItem>......</VehicleInitiativePaymentInvoiceLineItem> [1..*]
</VehicleInitiativePaymentInvoiceLine>