/**
  * Retrieves the CtcOfferObjectDataList passed into the constructor
  *
  * @return Simulated response
  */
 public CtcOfferObjectDataList getOutput() {
   return CtcOfferObjectHelper.fromMapList(outputMap, "CtcOfferList");
 }
 public void translateFromMap() {
   noOpIn = CtcOfferObjectHelper.fromMapList(inputMap, "CtcOfferList");
 }