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
)
Public Shared Function GetUsageReport (
customerId As Guid,
subscriptionId As Guid,
startDate As DateTime,
endDate As DateTime,
atomiaBillingApi As IAtomiaBillingApi
) As UsageReport
public:
static UsageReport^ GetUsageReport(
Guid customerId,
Guid subscriptionId,
DateTime startDate,
DateTime endDate,
IAtomiaBillingApi^ atomiaBillingApi
)
static member GetUsageReport :
customerId : Guid *
subscriptionId : Guid *
startDate : DateTime *
endDate : DateTime *
atomiaBillingApi : IAtomiaBillingApi -> UsageReport
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:
UsageReportUsage report for customer with given id and for given timespan.
See Also