Click or drag to resize

IDebtCollectionPlugin Interface

Interface for all debt collection plugins.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface IDebtCollectionPlugin : IPlugin

The IDebtCollectionPlugin type exposes the following members.

Properties
  NameDescription
Public propertyAtomiaBillingApi
Gets or sets IAtomiaBillingApi instance.
(Inherited from IPlugin.)
Public propertyName
Gets or sets plugin name.
(Inherited from IPlugin.)
Top
Methods
  NameDescription
Public methodCancelDebtCollection
Cancel debt collection process due to period limit passed.
Public methodInvoicePaidInternally
Invoice was paid internally.
Public methodQueryInvoiceStatus
Check invoice status.
Public methodSendToCollection
Send invoice to collection.
Top
See Also