billingworksheetApplybottomlinedaysperweekPost method

Future<Response<bool>> billingworksheetApplybottomlinedaysperweekPost({
  1. required WebApiApplyBottomLineDaysPerWeekRequest? body,
})

Implementation

Future<chopper.Response<bool>> billingworksheetApplybottomlinedaysperweekPost(
    {required WebApiApplyBottomLineDaysPerWeekRequest? body}) {
  return _billingworksheetApplybottomlinedaysperweekPost(body: body);
}