billingworksheetApplybottomlinediscountpercentPost method

Future<Response<bool>> billingworksheetApplybottomlinediscountpercentPost({
  1. required WebApiApplyBottomLineDiscountPercentRequest? body,
})

Implementation

Future<chopper.Response<bool>>
billingworksheetApplybottomlinediscountpercentPost({
  required WebApiApplyBottomLineDiscountPercentRequest? body,
}) {
  return _billingworksheetApplybottomlinediscountpercentPost(body: body);
}