billinganalysisreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> billinganalysisreportPreviewGet()

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
billinganalysisreportPreviewGet() {
  generatedMapping.putIfAbsent(
    FwStandardSqlServerFwJsonDataTable,
    () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory,
  );

  return _billinganalysisreportPreviewGet();
}