actPayAmount = $actPayAmount; $this->apiParas["act_pay_amount"] = $actPayAmount; } public function getActPayAmount() { return $this->actPayAmount; } public function setBizCardNo($bizCardNo) { $this->bizCardNo = $bizCardNo; $this->apiParas["biz_card_no"] = $bizCardNo; } public function getBizCardNo() { return $this->bizCardNo; } public function setCardInfo($cardInfo) { $this->cardInfo = $cardInfo; $this->apiParas["card_info"] = $cardInfo; } public function getCardInfo() { return $this->cardInfo; } public function setExternalCardNo($externalCardNo) { $this->externalCardNo = $externalCardNo; $this->apiParas["external_card_no"] = $externalCardNo; } public function getExternalCardNo() { return $this->externalCardNo; } public function setGainBenefitList($gainBenefitList) { $this->gainBenefitList = $gainBenefitList; $this->apiParas["gain_benefit_list"] = $gainBenefitList; } public function getGainBenefitList() { return $this->gainBenefitList; } public function setMemo($memo) { $this->memo = $memo; $this->apiParas["memo"] = $memo; } public function getMemo() { return $this->memo; } public function setShopCode($shopCode) { $this->shopCode = $shopCode; $this->apiParas["shop_code"] = $shopCode; } public function getShopCode() { return $this->shopCode; } public function setSwipeCertType($swipeCertType) { $this->swipeCertType = $swipeCertType; $this->apiParas["swipe_cert_type"] = $swipeCertType; } public function getSwipeCertType() { return $this->swipeCertType; } public function setTradeAmount($tradeAmount) { $this->tradeAmount = $tradeAmount; $this->apiParas["trade_amount"] = $tradeAmount; } public function getTradeAmount() { return $this->tradeAmount; } public function setTradeName($tradeName) { $this->tradeName = $tradeName; $this->apiParas["trade_name"] = $tradeName; } public function getTradeName() { return $this->tradeName; } public function setTradeNo($tradeNo) { $this->tradeNo = $tradeNo; $this->apiParas["trade_no"] = $tradeNo; } public function getTradeNo() { return $this->tradeNo; } public function setTradeTime($tradeTime) { $this->tradeTime = $tradeTime; $this->apiParas["trade_time"] = $tradeTime; } public function getTradeTime() { return $this->tradeTime; } public function setTradeType($tradeType) { $this->tradeType = $tradeType; $this->apiParas["trade_type"] = $tradeType; } public function getTradeType() { return $this->tradeType; } public function setUseBenefitList($useBenefitList) { $this->useBenefitList = $useBenefitList; $this->apiParas["use_benefit_list"] = $useBenefitList; } public function getUseBenefitList() { return $this->useBenefitList; } public function getApiMethodName() { return "alipay.member.consume.notify"; } 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; } }