billingmessageBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
billingmessageBrowsePost({
- required FwStandardModelsBrowseRequest? body,
Implementation
Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
billingmessageBrowsePost({required FwStandardModelsBrowseRequest? body}) {
generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
() => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);
return _billingmessageBrowsePost(body: body);
}