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