quoteApplybottomlinedaysperweekPost method
Future<Response<bool> >
quoteApplybottomlinedaysperweekPost({
- required WebApiApplyBottomLineDaysPerWeekRequest? body,
Implementation
Future<chopper.Response<bool>> quoteApplybottomlinedaysperweekPost({
required WebApiApplyBottomLineDaysPerWeekRequest? body,
}) {
return _quoteApplybottomlinedaysperweekPost(body: body);
}