Click or drag to resize

ReportsEngineHelperUpdateBillingReport Method

Updates the billing 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 BillingReport UpdateBillingReport(
	BillingReport billingReport
)

Parameters

billingReport
Type: Atomia.Billing.Core.Sdk.BusinessObjectsBillingReport
The billing report.

Return Value

Type: BillingReport
Updated billing report.

Implements

IReportsEngineHelperUpdateBillingReport(BillingReport)
See Also