invoicediscountreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> invoicediscountreportPreviewGet()

Implementation

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

  return _invoicediscountreportPreviewGet();
}