Click or drag to resize

IDebtCollectionPluginSendToCollection Method

Send invoice to collection.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
string SendToCollection(
	Invoice invoice,
	Nullable<DateTime> debtCollectionDueDate
)

Parameters

invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
Invoice for debt collection.
debtCollectionDueDate
Type: SystemNullableDateTime
Due date for debt collection.

Return Value

Type: String
Debt collection request id.
See Also