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