Atomia Billing Server

Invoice debt collection

9 views 0

Configuration description

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

This task is used to send unpaid invoices to debt collector service, check its collection status and cancel debt collection if invoice is paid within Atomia system.

Example configuration:

            {
            "AutoApprove":true,
            "CheckTimeoutMinutes":60,
            "ApprovedItemsCount":0
            }
  • AutoApprove If true, all debt collection tasks will be automatically approved.
  • CheckTimeoutMinutes A value indicating number of minutes between each debt collection status check.
  • ApprovedItemsCount Number of tasks to be auto-approved during one run. 0 means no limit.

Was this helpful?