salesquotebillingreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> salesquotebillingreportPreviewGet()

Implementation

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

  return _salesquotebillingreportPreviewGet();
}