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
)
Sub CancelDebtCollection (
requestId As String,
invoice As Invoice
)
void CancelDebtCollection(
String^ requestId,
Invoice^ invoice
)
abstract CancelDebtCollection :
requestId : string *
invoice : Invoice -> unit
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