SubscriptionServiceDetail

Uses the Component:SubscriptionServiceDetailType

The SubscriptionServiceDetail component represents the vehicle(s) for which the service is being provided as well as other detail information.

Fields and Components

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..1ComponentSubscriptionServiceVehicleLineItemType 
OwnerOperatorParty

The OwnerOperator represents the organization that is currently operating the vehicle .

0..1ComponentPartyABIEType 
Status

Deprecated: Use AcknowledgementStatus

0..1Field MinimumAcknowledgementStatusType  
AcknowledgementStatus

0..1ComponentAcknowledgementStatusType 

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.7. SubscriptionServiceDetail

<SubscriptionServiceDetail>
     <SubscriptionServiceVehicleLineItem>......</SubscriptionServiceVehicleLineItem>     [0..1]
     <OwnerOperatorParty>......</OwnerOperatorParty>     [0..1]
     <Status>......</Status>     [0..1]
     <AcknowledgementStatus>......</AcknowledgementStatus>     [0..1]
</SubscriptionServiceDetail>