setUserParam($params, "batch_id", $this->batchId); $this->setUserParam($params, "add_quantity", $this->addQuantity); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.promotion.coupon.quantity.add"; } public function setBatchId($batchId) { $this->batchId = $batchId; } public function setAddQuantity($addQuantity) { $this->addQuantity = $addQuantity; } }