Click or drag to resize

UsageReportHelperGetUsageReport Method

Gets the usage report.

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 UsageReport GetUsageReport(
	Guid customerId,
	Guid subscriptionId,
	DateTime startDate,
	DateTime endDate,
	IAtomiaBillingApi atomiaBillingApi
)

Parameters

customerId
Type: SystemGuid
The customer id.
subscriptionId
Type: SystemGuid

[Missing <param name="subscriptionId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.UsageReportHelper.GetUsageReport(System.Guid,System.Guid,System.DateTime,System.DateTime,Atomia.Billing.Core.Sdk.IAtomiaBillingApi)"]

startDate
Type: SystemDateTime
The start date.
endDate
Type: SystemDateTime
The end date.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.

Return Value

Type: UsageReport
Usage report for customer with given id and for given timespan.
See Also