Click or drag to resize

IDebtCollectionPluginInvoicePaidInternally Method

Invoice was paid internally.

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

Parameters

requestId
Type: SystemString
Debt collection request id.
invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
Invoice in debt collection process that was paid in Atomia system.
See Also