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