quotebillingschedulereportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> quotebillingschedulereportPreviewGet()

Implementation

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

  return _quotebillingschedulereportPreviewGet();
}