checkinGetexceptionsGet method

Future<Response<WebApiModulesWarehouseContractExceptionsResponse>> checkinGetexceptionsGet({
  1. String? contractid,
})

@param contractid

Implementation

Future<chopper.Response<WebApiModulesWarehouseContractExceptionsResponse>>
checkinGetexceptionsGet({String? contractid}) {
  generatedMapping.putIfAbsent(
    WebApiModulesWarehouseContractExceptionsResponse,
    () => WebApiModulesWarehouseContractExceptionsResponse.fromJsonFactory,
  );

  return _checkinGetexceptionsGet(contractid: contractid);
}