billingworksheetApplybottomlinetotalPost method

Future<Response<bool>> billingworksheetApplybottomlinetotalPost({
  1. required WebApiApplyBottomLineTotalRequest? body,
})

Implementation

Future<chopper.Response<bool>> billingworksheetApplybottomlinetotalPost(
    {required WebApiApplyBottomLineTotalRequest? body}) {
  return _billingworksheetApplybottomlinetotalPost(body: body);
}