Click or drag to resize

IDebtCollectionPluginCancelDebtCollection Method

Cancel debt collection process due to period limit passed.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void CancelDebtCollection(
	string requestId,
	Invoice invoice
)

Parameters

requestId
Type: SystemString
Debt collection request id.
invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
Invoice for which debt collection proces should be cancelled.
See Also