123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416 |
- <?php
- class AlipayEbppPdeductSignAddRequest
- {
-
- private $agentChannel;
-
-
- private $agentCode;
-
-
- private $billKey;
-
-
- private $bizType;
-
-
- private $chargeInst;
-
-
- private $deductProdCode;
-
-
- private $deductType;
-
-
- private $extUserInfo;
-
-
- private $extendField;
-
-
- private $notifyConfig;
-
-
- private $outAgreementId;
-
-
- private $ownerName;
-
-
- private $payConfig;
-
-
- private $payPasswordToken;
-
-
- private $pid;
-
-
- private $signExpireDate;
-
-
- private $subBizType;
-
-
- private $userId;
- private $apiParas = array();
- private $terminalType;
- private $terminalInfo;
- private $prodCode;
- private $apiVersion="1.0";
- private $notifyUrl;
- private $returnUrl;
- private $needEncrypt=false;
-
- public function setAgentChannel($agentChannel)
- {
- $this->agentChannel = $agentChannel;
- $this->apiParas["agent_channel"] = $agentChannel;
- }
- public function getAgentChannel()
- {
- return $this->agentChannel;
- }
- public function setAgentCode($agentCode)
- {
- $this->agentCode = $agentCode;
- $this->apiParas["agent_code"] = $agentCode;
- }
- public function getAgentCode()
- {
- return $this->agentCode;
- }
- public function setBillKey($billKey)
- {
- $this->billKey = $billKey;
- $this->apiParas["bill_key"] = $billKey;
- }
- public function getBillKey()
- {
- return $this->billKey;
- }
- public function setBizType($bizType)
- {
- $this->bizType = $bizType;
- $this->apiParas["biz_type"] = $bizType;
- }
- public function getBizType()
- {
- return $this->bizType;
- }
- public function setChargeInst($chargeInst)
- {
- $this->chargeInst = $chargeInst;
- $this->apiParas["charge_inst"] = $chargeInst;
- }
- public function getChargeInst()
- {
- return $this->chargeInst;
- }
- public function setDeductProdCode($deductProdCode)
- {
- $this->deductProdCode = $deductProdCode;
- $this->apiParas["deduct_prod_code"] = $deductProdCode;
- }
- public function getDeductProdCode()
- {
- return $this->deductProdCode;
- }
- public function setDeductType($deductType)
- {
- $this->deductType = $deductType;
- $this->apiParas["deduct_type"] = $deductType;
- }
- public function getDeductType()
- {
- return $this->deductType;
- }
- public function setExtUserInfo($extUserInfo)
- {
- $this->extUserInfo = $extUserInfo;
- $this->apiParas["ext_user_info"] = $extUserInfo;
- }
- public function getExtUserInfo()
- {
- return $this->extUserInfo;
- }
- public function setExtendField($extendField)
- {
- $this->extendField = $extendField;
- $this->apiParas["extend_field"] = $extendField;
- }
- public function getExtendField()
- {
- return $this->extendField;
- }
- public function setNotifyConfig($notifyConfig)
- {
- $this->notifyConfig = $notifyConfig;
- $this->apiParas["notify_config"] = $notifyConfig;
- }
- public function getNotifyConfig()
- {
- return $this->notifyConfig;
- }
- public function setOutAgreementId($outAgreementId)
- {
- $this->outAgreementId = $outAgreementId;
- $this->apiParas["out_agreement_id"] = $outAgreementId;
- }
- public function getOutAgreementId()
- {
- return $this->outAgreementId;
- }
- public function setOwnerName($ownerName)
- {
- $this->ownerName = $ownerName;
- $this->apiParas["owner_name"] = $ownerName;
- }
- public function getOwnerName()
- {
- return $this->ownerName;
- }
- public function setPayConfig($payConfig)
- {
- $this->payConfig = $payConfig;
- $this->apiParas["pay_config"] = $payConfig;
- }
- public function getPayConfig()
- {
- return $this->payConfig;
- }
- public function setPayPasswordToken($payPasswordToken)
- {
- $this->payPasswordToken = $payPasswordToken;
- $this->apiParas["pay_password_token"] = $payPasswordToken;
- }
- public function getPayPasswordToken()
- {
- return $this->payPasswordToken;
- }
- public function setPid($pid)
- {
- $this->pid = $pid;
- $this->apiParas["pid"] = $pid;
- }
- public function getPid()
- {
- return $this->pid;
- }
- public function setSignExpireDate($signExpireDate)
- {
- $this->signExpireDate = $signExpireDate;
- $this->apiParas["sign_expire_date"] = $signExpireDate;
- }
- public function getSignExpireDate()
- {
- return $this->signExpireDate;
- }
- public function setSubBizType($subBizType)
- {
- $this->subBizType = $subBizType;
- $this->apiParas["sub_biz_type"] = $subBizType;
- }
- public function getSubBizType()
- {
- return $this->subBizType;
- }
- public function setUserId($userId)
- {
- $this->userId = $userId;
- $this->apiParas["user_id"] = $userId;
- }
- public function getUserId()
- {
- return $this->userId;
- }
- public function getApiMethodName()
- {
- return "alipay.ebpp.pdeduct.sign.add";
- }
- 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;
- }
- }
|