Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The getUsageOfSubscription operation retrieves the details usage of all campaignsthe subscription .

Code Block
languagexml
titlegetUsageOfSubscription
<killbill.getUsageOfSubscription>
    <subscriptionId>{$ctx:subscriptionId}</subscriptionId>
    <startDate>{$ctx:startDate}</startDate>
    <endDate>{$ctx:endDate}</endDate>
</killbill.getUsageOfSubscription>
Properties
  • subscriptionId: The id of the subscription.
  • startDate: The start date of the usage period.
  • endDate: The end date of the usage period.

...