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