Atomia Billing Server

Unsuspend Subscriptions

10 views 0

Configuration description

Namespace:Atomia.Billing.Plugins.GenericWorkflowPlugin.ScheduledTasks.UnsuspendSubscriptionScheduledEventHandler

Unsuspends subscriptions when the matching invoice has been paid.

Example configuration:

            {
               "ApprovedItemsCount":50,
               "ScheduleItemsCount":50,
               "AutoApprove":true,               
               "ApplyToSubresellers":true
            }
  • ApprovedItemsCount Limit the number of transfer out tasks to be auto-approved during one run. Zero means no limit.
  • ScheduleItemsCount Limit the number of subscriptions to be checked for the transfer out during one run. Zero means no limit.
  • ApplyToSubresellers If set to true and this configuration is reseller specific then it also applies reseller’s sub-resellers.
  • AutoApprove Should the action be auto-approved.

Was this helpful?