merchantNo; } /** * Sets merchantNo * @param string $merchantNo * @return WithdrawCardBindRequest */ public function setMerchantNo($merchantNo) { $this->merchantNo = $merchantNo; return $this; } /** * Gets bankCardType * @return string */ public function getBankCardType() { return $this->bankCardType; } /** * Sets bankCardType * @param string $bankCardType * @return WithdrawCardBindRequest */ public function setBankCardType($bankCardType) { $this->bankCardType = $bankCardType; return $this; } /** * Gets accountNo * @return string */ public function getAccountNo() { return $this->accountNo; } /** * Sets accountNo * @param string $accountNo * @return WithdrawCardBindRequest */ public function setAccountNo($accountNo) { $this->accountNo = $accountNo; return $this; } /** * Gets bankCode * @return string */ public function getBankCode() { return $this->bankCode; } /** * Sets bankCode * @param string $bankCode * @return WithdrawCardBindRequest */ public function setBankCode($bankCode) { $this->bankCode = $bankCode; return $this; } /** * Gets branchCode * @return string */ public function getBranchCode() { return $this->branchCode; } /** * Sets branchCode * @param string $branchCode * @return WithdrawCardBindRequest */ public function setBranchCode($branchCode) { $this->branchCode = $branchCode; return $this; } public static function getOperationId() { return 'withdrawCardBind'; } }