Uses the Component:SubscriptionListType
To commnicate the list of subscriptions.
Table 6.66. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
SubscriptionStartDate |
Subscription start date. | 0..1 | Field | udt:DateType | |
SubscriptionEndDate |
Subscription end date. | 0..1 | Field | udt:DateType | |
SubscriptionTerms |
Subscription term and conditions i.e., 12 months. | 0..1 | Field | udt:TextType | |
ProductPackageType |
Product Type. Possible values are (brand) Traffic, (brand) Concierge. | 0..1 | Field | udt:TextType | |
ProductPackageDescription |
Product description. | 0..1 | Field | udt:TextType | |
SubscriptionServiceStatus |
Status of the subscription. e.g, Active, Inactive, Expired. | 0..1 | Field | udt:TextType |
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.66. SubscriptionList
<SubscriptionList> <SubscriptionStartDate>......</SubscriptionStartDate> [0..1] <SubscriptionEndDate>......</SubscriptionEndDate> [0..1] <SubscriptionTerms>......</SubscriptionTerms> [0..1] <ProductPackageType>......</ProductPackageType> [0..1] <ProductPackageDescription>......</ProductPackageDescription> [0..1] <SubscriptionServiceStatus>......</SubscriptionServiceStatus> [0..1] </SubscriptionList>