orderLabortotalsGet method
Future<Response<WebApiModulesAgentOrderLaborTotalsResponse> >
orderLabortotalsGet({
- String? orderid,
@param orderid
Implementation
Future<chopper.Response<WebApiModulesAgentOrderLaborTotalsResponse>>
orderLabortotalsGet({String? orderid}) {
generatedMapping.putIfAbsent(
WebApiModulesAgentOrderLaborTotalsResponse,
() => WebApiModulesAgentOrderLaborTotalsResponse.fromJsonFactory,
);
return _orderLabortotalsGet(orderid: orderid);
}