393 lines
6.9 KiB
PHP
393 lines
6.9 KiB
PHP
<?php
|
|
|
|
|
|
namespace Yeepay\Yop\Sdk\Service\Frontcashier\Model;
|
|
|
|
|
|
class FastbindcardRequestRequest extends \Yeepay\Yop\Sdk\Model\BaseRequest
|
|
{
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $parentMerchantNo;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $merchantNo;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $merchantFlowId;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $userNo;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $userType;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $userName;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $idCardNo;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $idCardType;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $bankCode;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $cardType;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $pageReturnUrl;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $bindNotifyUrl;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $phone;
|
|
/**
|
|
* @var string
|
|
*/
|
|
private $riskParamExt;
|
|
/**
|
|
* @var int
|
|
*/
|
|
private $orderValidate;
|
|
|
|
/**
|
|
* Gets parentMerchantNo
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getParentMerchantNo()
|
|
{
|
|
return $this->parentMerchantNo;
|
|
}
|
|
|
|
/**
|
|
* Sets parentMerchantNo
|
|
*
|
|
* @param string $parentMerchantNo
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setParentMerchantNo($parentMerchantNo)
|
|
{
|
|
$this->parentMerchantNo = $parentMerchantNo;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets merchantNo
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getMerchantNo()
|
|
{
|
|
return $this->merchantNo;
|
|
}
|
|
|
|
/**
|
|
* Sets merchantNo
|
|
*
|
|
* @param string $merchantNo
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setMerchantNo($merchantNo)
|
|
{
|
|
$this->merchantNo = $merchantNo;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets merchantFlowId
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getMerchantFlowId()
|
|
{
|
|
return $this->merchantFlowId;
|
|
}
|
|
|
|
/**
|
|
* Sets merchantFlowId
|
|
*
|
|
* @param string $merchantFlowId
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setMerchantFlowId($merchantFlowId)
|
|
{
|
|
$this->merchantFlowId = $merchantFlowId;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets userNo
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getUserNo()
|
|
{
|
|
return $this->userNo;
|
|
}
|
|
|
|
/**
|
|
* Sets userNo
|
|
*
|
|
* @param string $userNo
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setUserNo($userNo)
|
|
{
|
|
$this->userNo = $userNo;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets userType
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getUserType()
|
|
{
|
|
return $this->userType;
|
|
}
|
|
|
|
/**
|
|
* Sets userType
|
|
*
|
|
* @param string $userType
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setUserType($userType)
|
|
{
|
|
$this->userType = $userType;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets userName
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getUserName()
|
|
{
|
|
return $this->userName;
|
|
}
|
|
|
|
/**
|
|
* Sets userName
|
|
*
|
|
* @param string $userName
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setUserName($userName)
|
|
{
|
|
$this->userName = $userName;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets idCardNo
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getIdCardNo()
|
|
{
|
|
return $this->idCardNo;
|
|
}
|
|
|
|
/**
|
|
* Sets idCardNo
|
|
*
|
|
* @param string $idCardNo
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setIdCardNo($idCardNo)
|
|
{
|
|
$this->idCardNo = $idCardNo;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets idCardType
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getIdCardType()
|
|
{
|
|
return $this->idCardType;
|
|
}
|
|
|
|
/**
|
|
* Sets idCardType
|
|
*
|
|
* @param string $idCardType
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setIdCardType($idCardType)
|
|
{
|
|
$this->idCardType = $idCardType;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets bankCode
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getBankCode()
|
|
{
|
|
return $this->bankCode;
|
|
}
|
|
|
|
/**
|
|
* Sets bankCode
|
|
*
|
|
* @param string $bankCode
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setBankCode($bankCode)
|
|
{
|
|
$this->bankCode = $bankCode;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets cardType
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getCardType()
|
|
{
|
|
return $this->cardType;
|
|
}
|
|
|
|
/**
|
|
* Sets cardType
|
|
*
|
|
* @param string $cardType
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setCardType($cardType)
|
|
{
|
|
$this->cardType = $cardType;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets pageReturnUrl
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getPageReturnUrl()
|
|
{
|
|
return $this->pageReturnUrl;
|
|
}
|
|
|
|
/**
|
|
* Sets pageReturnUrl
|
|
*
|
|
* @param string $pageReturnUrl
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setPageReturnUrl($pageReturnUrl)
|
|
{
|
|
$this->pageReturnUrl = $pageReturnUrl;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets bindNotifyUrl
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getBindNotifyUrl()
|
|
{
|
|
return $this->bindNotifyUrl;
|
|
}
|
|
|
|
/**
|
|
* Sets bindNotifyUrl
|
|
*
|
|
* @param string $bindNotifyUrl
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setBindNotifyUrl($bindNotifyUrl)
|
|
{
|
|
$this->bindNotifyUrl = $bindNotifyUrl;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets phone
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getPhone()
|
|
{
|
|
return $this->phone;
|
|
}
|
|
|
|
/**
|
|
* Sets phone
|
|
*
|
|
* @param string $phone
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setPhone($phone)
|
|
{
|
|
$this->phone = $phone;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets riskParamExt
|
|
*
|
|
* @return string
|
|
*/
|
|
public function getRiskParamExt()
|
|
{
|
|
return $this->riskParamExt;
|
|
}
|
|
|
|
/**
|
|
* Sets riskParamExt
|
|
*
|
|
* @param string $riskParamExt
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setRiskParamExt($riskParamExt)
|
|
{
|
|
$this->riskParamExt = $riskParamExt;
|
|
return $this;
|
|
}
|
|
/**
|
|
* Gets orderValidate
|
|
*
|
|
* @return int
|
|
*/
|
|
public function getOrderValidate()
|
|
{
|
|
return $this->orderValidate;
|
|
}
|
|
|
|
/**
|
|
* Sets orderValidate
|
|
*
|
|
* @param int $orderValidate
|
|
* @return FastbindcardRequestRequest
|
|
*/
|
|
public function setOrderValidate($orderValidate)
|
|
{
|
|
$this->orderValidate = $orderValidate;
|
|
return $this;
|
|
}
|
|
|
|
public static function getOperationId()
|
|
{
|
|
return 'fastbindcardRequest';
|
|
}
|
|
|
|
|
|
}
|