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