Click or drag to resize

InvoiceHelperListCustomersWithPostpaidInvoice Method

Lists the customers with postpaid invoice.

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 IList<Guid> ListCustomersWithPostpaidInvoice(
	DateTime startTime,
	DateTime endTime
)

Parameters

startTime
Type: SystemDateTime
The start time.
endTime
Type: SystemDateTime
The end time.

Return Value

Type: IListGuid
List of customer ids.
See Also