Click or drag to resize

UsageLogHelperListCustomersWithLogsByTime Method

Lists usage logs the by the customer.

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> ListCustomersWithLogsByTime(
	DateTime startTime,
	DateTime endTime
)

Parameters

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

Return Value

Type: IListGuid
List of usage logs.
See Also