amount = $amount; $this->apiParas["amount"] = $amount; } public function getAmount() { return $this->amount; } public function setCurrency($currency) { $this->currency = $currency; $this->apiParas["currency"] = $currency; } public function getCurrency() { return $this->currency; } public function setExtParam($extParam) { $this->extParam = $extParam; $this->apiParas["ext_param"] = $extParam; } public function getExtParam() { return $this->extParam; } public function setMemo($memo) { $this->memo = $memo; $this->apiParas["memo"] = $memo; } public function getMemo() { return $this->memo; } public function setPartnerId($partnerId) { $this->partnerId = $partnerId; $this->apiParas["partner_id"] = $partnerId; } public function getPartnerId() { return $this->partnerId; } public function setPayeeAccount($payeeAccount) { $this->payeeAccount = $payeeAccount; $this->apiParas["payee_account"] = $payeeAccount; } public function getPayeeAccount() { return $this->payeeAccount; } public function setPayeeType($payeeType) { $this->payeeType = $payeeType; $this->apiParas["payee_type"] = $payeeType; } public function getPayeeType() { return $this->payeeType; } public function setPayerAccount($payerAccount) { $this->payerAccount = $payerAccount; $this->apiParas["payer_account"] = $payerAccount; } public function getPayerAccount() { return $this->payerAccount; } public function setPayerType($payerType) { $this->payerType = $payerType; $this->apiParas["payer_type"] = $payerType; } public function getPayerType() { return $this->payerType; } public function setPaymentId($paymentId) { $this->paymentId = $paymentId; $this->apiParas["payment_id"] = $paymentId; } public function getPaymentId() { return $this->paymentId; } public function setPaymentSource($paymentSource) { $this->paymentSource = $paymentSource; $this->apiParas["payment_source"] = $paymentSource; } public function getPaymentSource() { return $this->paymentSource; } public function setTitle($title) { $this->title = $title; $this->apiParas["title"] = $title; } public function getTitle() { return $this->title; } public function getApiMethodName() { return "alipay.transfer.thirdparty.bill.create"; } 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; } }