IReportsEngineHelperListBillingReports Method |
Lists the billing reports.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax IList<BillingReport> ListBillingReports()
Function ListBillingReports As IList(Of BillingReport)
IList<BillingReport^>^ ListBillingReports()
abstract ListBillingReports : unit -> IList<BillingReport>
Return Value
Type:
IListBillingReportList of all billing reports.
See Also