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