$OfferName$ | The name of the offer |
$SubscriptionID$ | The ID assigned to the subscription by the system |
$SubscriptionStartDate$ | The start date of the subscription |
$SubscriptionEndDate$ | The end date of the subscription |
$SubscriptionStatus$ | The status of the subscription |
$SubscriptionItems$ | List of items that are part of this subscription. Use the looping construct to expand list within template. |
$PromotionName$ | The name of the promotion associated with the subscription, if any |
$PromotionCode$ | The code of the promotion associated with the subscription, if any |
$ResellerName$ | The name of the reseller associated with the subscription, if any |
$ResellerID$ | The ID of the reseller associated with the subscription, if any |
For each subscription item: |
|
$item.ProductCode$ | The code of the product for this subscription item |
$item.ProductName$ | The name of the product for this subscription item |
$item.StartDate$ | The start date for this subscription item |
$item.EndDate$ | The end date for this subscription item |
If custom fields have been defined on the product type associated with a product in the subscription, the following token is available for each defined field:
\$SUBSCRIPTION_FIELD_<PRODUCT_FIELD_CODE>\$ | The value of the custom field |
NOTE: <PRODUCT_FIELD_CODE> above is replaced with the actual field code.