Click or drag to resize

UsageLogHelperAddUsageLogs Method

Adds the usage logs to the system.

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> AddUsageLogs(
	IList<UsageLogEntry> logEntries
)

Parameters

logEntries
Type: System.Collections.GenericIListUsageLogEntry
The log entries.

Return Value

Type: IListUsageLog
List of created usage logs.
See Also