Click or drag to resize

IAtomiaBillingApiGetBillingReportById Method

Gets the billing report by identifier.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
BillingReport GetBillingReportById(
	Guid billingReportId
)

Parameters

billingReportId
Type: SystemGuid
The billing report identifier.

Return Value

Type: BillingReport
Requested billing report or null if it doesn't exist.
See Also