Uses the Component:SubscriptionServiceGroupType
The SubscriptionServiceGroup component identifies the Subscriber of the service and the terms of the subscription.
Table 6.6. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| SubscriberAccountID |
Major Account Number - identifies the entity that has contracted with the Service Provider. | 1..1 | Field | udt:IdentifierType | |
| SubscriberSubAccountID |
Secondary account number used to manage a subset of the Subscriber's vehicles. | 0..1 | Field | udt:IdentifierType | |
| SubscriptionServiceType |
Identifies the type of service to which the customer is subscribing (i.e., Fuel Tax). | 1..1 | Field | udt:TextType | |
| SubscriptionServiceStartDate |
Date the subscription service starts. | 1..1 | Field | udt:DateType | |
| SubscriptionServiceEndDate |
Date the subscription service ends. | 1..1 | Field | udt:DateType |
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.6. SubscriptionServiceGroup
<SubscriptionServiceGroup>
<SubscriberAccountID>......</SubscriberAccountID> [1..1]
<SubscriberSubAccountID>......</SubscriberSubAccountID> [0..1]
<SubscriptionServiceType>......</SubscriptionServiceType> [1..1]
<SubscriptionServiceStartDate>......</SubscriptionServiceStartDate> [1..1]
<SubscriptionServiceEndDate>......</SubscriptionServiceEndDate> [1..1]
</SubscriptionServiceGroup>