quoteValidatebilltocountryBrowsePost method

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

Implementation

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

  return _quoteValidatebilltocountryBrowsePost(body: body);
}