コード例 #1
0
 /**
  * Retrieves the CtcOfferObjectDataList passed into the constructor
  *
  * @return Simulated response
  */
 public CtcOfferObjectDataList getOutput() {
   return CtcOfferObjectHelper.fromMapList(outputMap, "CtcOfferList");
 }
コード例 #2
0
 public void translateFromMap() {
   noOpIn = CtcOfferObjectHelper.fromMapList(inputMap, "CtcOfferList");
 }