Uses the Component:TowingType
Contains detailed information in regards to Towing.
Table 6.109. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Pricing |
Provides pricing infomation. | 0..1 | Component | PricingABIEType | |
TowingDistanceMeasure |
The total distance the vehicle was towed. | 0..1 | Field | sqdt:LengthMeasureType | |
InvoiceNumberString |
Invoice number | 0..1 | Field | qdt:StringType |
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.107. Towing
<Towing> <Pricing>......</Pricing> [0..1] <TowingDistanceMeasure>......</TowingDistanceMeasure> [0..1] <InvoiceNumberString>......</InvoiceNumberString> [0..1] </Towing>