Click or drag to resize

IDebtCollectionPluginQueryInvoiceStatus Method

Check invoice status.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool QueryInvoiceStatus(
	string requestId,
	Invoice invoice,
	ref bool cancelledByCollector,
	ref string documentId,
	ref DateTime paymentDate
)

Parameters

requestId
Type: SystemString
Debt collection request id.
invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
Invoice for debt collection.
cancelledByCollector
Type: SystemBoolean
True if collection was cancelled by debt collector, else false.
documentId
Type: SystemString
Document id for paid invoice.
paymentDate
Type: SystemDateTime
Date when debt is collected.

Return Value

Type: Boolean
True if invoice for check debt collection status is paid, else false.
See Also