agentbillingreportValidatedealBrowsePost method

Future<Response<FwStandardSqlServerFwJsonDataTable>> agentbillingreportValidatedealBrowsePost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
    agentbillingreportValidatedealBrowsePost(
        {required FwStandardModelsBrowseRequest? body}) {
  generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
      () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);

  return _agentbillingreportValidatedealBrowsePost(body: body);
}