billingprogressreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> billingprogressreportPreviewGet()

Implementation

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

  return _billingprogressreportPreviewGet();
}