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