creditsonaccountreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> creditsonaccountreportPreviewGet()

Implementation

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

  return _creditsonaccountreportPreviewGet();
}