Click or drag to resize

InvoiceHelperListUnpaidInvoices Method (Guid, DateTime)

Lists unpaid invoices that should be payed before termination date.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static List<Invoice> ListUnpaidInvoices(
	Guid customerId,
	DateTime terminationDate
)

Parameters

customerId
Type: SystemGuid
The customer id.
terminationDate
Type: SystemDateTime
The termination date.

Return Value

Type: ListInvoice
List of unpaid invoices.
See Also