Click or drag to resize

IUsageLogParserParse Method

Parses the specified report.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<UsageLogEntry> Parse(
	string report
)

Parameters

report
Type: SystemString
The report.

Return Value

Type: IListUsageLogEntry
List of usage log entries.
See Also