If usage information is configured and present, the following tokens are available:
$UsageEntries\$ | List of the usage entries. Use loop to iterate. |
For each usage entry: |
|
$entry.Quantity$ | The quantity for the usage entry |
$entry.StartDateTime$ | The start date and time for the usage entry |
$entry.EndDateTime$ | The end date and time for the usage entry (optional) |
$entry.UsageInfoXML$ | The raw usage info (XML) for the usage entry |
$entry.UsageInfoXMLTransformed$ | The transformed usage info for the usage entry |
$entry.UsageTypeName$ | The associated usage type name for the usage entry |
In addition, the following tokens are available for each usage type configured and present:
$UsageEntries_<USAGE_TYPE_CODE>$ | List of the usage items. Use loop to iterate. |
$UsageTotal_<USAGE_TYPE_CODE>$ | The usage total for the specified usage type |
NOTE: <USAGE_TYPE_CODE> is replaced with the actual usage type code for each usage type configured and present.