taxespaidreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> taxespaidreportPreviewGet()

Implementation

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

  return _taxespaidreportPreviewGet();
}