orderLabortotalsGet method

Future<Response<WebApiModulesAgentOrderLaborTotalsResponse>> orderLabortotalsGet({
  1. String? orderid,
})

@param orderid

Implementation

Future<chopper.Response<WebApiModulesAgentOrderLaborTotalsResponse>>
orderLabortotalsGet({String? orderid}) {
  generatedMapping.putIfAbsent(
    WebApiModulesAgentOrderLaborTotalsResponse,
    () => WebApiModulesAgentOrderLaborTotalsResponse.fromJsonFactory,
  );

  return _orderLabortotalsGet(orderid: orderid);
}