コード例 #1
0
 /**
  * Retrieves the BillDispatchMethodObjectData that results from the
  * BillDispatchMethodUpdateRequest call
  *
  * @return BillDispatchMethodObjectData resulting from udt call
  */
 public BillDispatchMethodObjectData getOutput() {
   return BillDispatchMethodObjectHelper.fromMap(outputMap, "BillDispatchMethod");
 }