IReportsEngineHelperGetBillingReportById Method |
Gets the billing report by identifier.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax BillingReport GetBillingReportById(
Guid billingReportId
)
Function GetBillingReportById (
billingReportId As Guid
) As BillingReport
BillingReport^ GetBillingReportById(
Guid billingReportId
)
abstract GetBillingReportById :
billingReportId : Guid -> BillingReport
Parameters
- billingReportId
- Type: SystemGuid
The billing report identifier.
Return Value
Type:
BillingReportRequested billing report or
null if it doesn't exist.
See Also