Table of Contents
Uses the Component:VehiclePaymentsType
Vehicle Payments
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| VehiclePaymentsHeader |
Vehicle Payments Header | 1..1 | Component | VehiclePaymentsHeaderType | |
| VehiclePaymentsDetail |
Vehicle Payments Detail | 1..* | Component | VehiclePaymentsDetailType |
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.1. VehiclePayments
<VehiclePayments>
<VehiclePaymentsHeader>......</VehiclePaymentsHeader> [1..1]
<VehiclePaymentsDetail>......</VehiclePaymentsDetail> [1..*]
</VehiclePayments>