agentbillingreportPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> agentbillingreportPreviewGet()

Implementation

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

  return _agentbillingreportPreviewGet();
}