Click or drag to resize

InvoiceHelperListCustomersWithCreditedPostpaidInvoice Method

Lists the customers with credited postpaid invoice or deleted postpaid proforma.

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> ListCustomersWithCreditedPostpaidInvoice(
	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