Uses the Component:SubscriptionServiceDetailType
The SubscriptionServiceDetail component represents the vehicle(s) for which the service is being provided as well as other detail information.
Table 6.7. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| SubscriptionServiceVehicleLineItem |
Detail information regarding a vehicle for a particular subscription service. | 0..1 | Component | SubscriptionServiceVehicleLineItemType | |
| OwnerOperatorParty |
The OwnerOperator represents the organization that is currently operating the vehicle . | 0..1 | Component | PartyABIEType | |
| Status |
Deprecated: Use AcknowledgementStatus | 0..1 | Field | MinimumAcknowledgementStatusType | |
| AcknowledgementStatus | 0..1 | Component | AcknowledgementStatusType |
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.7. SubscriptionServiceDetail
<SubscriptionServiceDetail>
<SubscriptionServiceVehicleLineItem>......</SubscriptionServiceVehicleLineItem> [0..1]
<OwnerOperatorParty>......</OwnerOperatorParty> [0..1]
<Status>......</Status> [0..1]
<AcknowledgementStatus>......</AcknowledgementStatus> [0..1]
</SubscriptionServiceDetail>