orderApplybottomlinediscountpercentPost method

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

Implementation

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