VehicleInitiativePaymentInvoiceLine

Uses the Component:VehicleInitiativePaymentInvoiceLineType

Vehicle Initiative Payment Invoice Header

Fields and Components

Table 6.10. Fields and Components

Name Description Occurrence Type Data Type User Notes
PaymentID

Programme ID (Campaing ID)

0..1Field udt:TextType  
PaymentCategory

Payment Cattegory (Campaign Category)

0..1Field udt:TextType  
BatchNumber

Batch Number (Always use "MPS2BATCH)

0..1Field udt:TextType  
PaymentType

Programme Name

0..1Field udt:TextType  
TotalAmountOfThisProgram

Total Line of Items Amounts for this program

0..1Field udt:AmountType  
VehicleInitiativePaymentInvoiceLineItem

Detail information regarding a vehicle for a particular invoice.

1..*ComponentVehicleInitiativePaymentInvoiceLineItemType 

Sample XML

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>