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