actionSubType = $actionSubType; $this->apiParas["action_sub_type"] = $actionSubType; } public function getActionSubType() { return $this->actionSubType; } public function setActionType($actionType) { $this->actionType = $actionType; $this->apiParas["action_type"] = $actionType; } public function getActionType() { return $this->actionType; } public function setExt($ext) { $this->ext = $ext; $this->apiParas["ext"] = $ext; } public function getExt() { return $this->ext; } public function setLoginId($loginId) { $this->loginId = $loginId; $this->apiParas["login_id"] = $loginId; } public function getLoginId() { return $this->loginId; } public function setTermType($termType) { $this->termType = $termType; $this->apiParas["term_type"] = $termType; } public function getTermType() { return $this->termType; } public function setTime($time) { $this->time = $time; $this->apiParas["time"] = $time; } public function getTime() { return $this->time; } public function setUserId($userId) { $this->userId = $userId; $this->apiParas["user_id"] = $userId; } public function getUserId() { return $this->userId; } public function getApiMethodName() { return "alipay.promo.event.send"; } public function setNotifyUrl($notifyUrl) { $this->notifyUrl=$notifyUrl; } public function getNotifyUrl() { return $this->notifyUrl; } public function setReturnUrl($returnUrl) { $this->returnUrl=$returnUrl; } public function getReturnUrl() { return $this->returnUrl; } public function getApiParas() { return $this->apiParas; } public function getTerminalType() { return $this->terminalType; } public function setTerminalType($terminalType) { $this->terminalType = $terminalType; } public function getTerminalInfo() { return $this->terminalInfo; } public function setTerminalInfo($terminalInfo) { $this->terminalInfo = $terminalInfo; } public function getProdCode() { return $this->prodCode; } public function setProdCode($prodCode) { $this->prodCode = $prodCode; } public function setApiVersion($apiVersion) { $this->apiVersion=$apiVersion; } public function getApiVersion() { return $this->apiVersion; } public function setNeedEncrypt($needEncrypt) { $this->needEncrypt=$needEncrypt; } public function getNeedEncrypt() { return $this->needEncrypt; } }