Click or drag to resize

UsageLogHelperListByCustomerAndTime 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<UsageLog> ListByCustomerAndTime(
	Account customer,
	DateTime startTime,
	DateTime endTime,
	Guid subscriptionId
)

Parameters

customer
Type: Account
The customer's account.
startTime
Type: SystemDateTime
The start time.
endTime
Type: SystemDateTime
The end time.
subscriptionId
Type: SystemGuid

[Missing <param name="subscriptionId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.UsageLogHelper.ListByCustomerAndTime(Atomia.Account.Lib.BusinessObjects.Account,System.DateTime,System.DateTime,System.Guid)"]

Return Value

Type: IListUsageLog
List of usage logs.
See Also