creditcardpluginLogBrowsePost method
Future<Response<FwStandardSqlServerFwJsonDataTable> >
creditcardpluginLogBrowsePost({
- required FwStandardModelsBrowseRequest? body,
Browse the credit card transaction log.
Implementation
Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
creditcardpluginLogBrowsePost(
{required FwStandardModelsBrowseRequest? body}) {
generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
() => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);
return _creditcardpluginLogBrowsePost(body: body);
}