Files
YeePay/lib/Service/Aggpay/Model/PayRequest.php
2024-04-01 09:54:43 +08:00

718 lines
12 KiB
PHP

<?php
namespace Yeepay\Yop\Sdk\Service\Aggpay\Model;
use Yeepay\Yop\Sdk\Model\BaseRequest;
class PayRequest extends BaseRequest
{
/**
* @var string
*/
private $parentMerchantNo;
/**
* @var string
*/
private $merchantNo;
/**
* @var string
*/
private $orderId;
/**
* @var float
*/
private $orderAmount;
/**
* @var string
*/
private $expiredTime;
/**
* @var string
*/
private $notifyUrl;
/**
* @var string
*/
private $memo;
/**
* @var string
*/
private $goodsName;
/**
* @var string
*/
private $fundProcessType;
/**
* @var string
*/
private $payWay;
/**
* @var string
*/
private $channel;
/**
* @var string
*/
private $scene;
/**
* @var string
*/
private $authCode;
/**
* @var string
*/
private $appId;
/**
* @var string
*/
private $userIp;
/**
* @var string
*/
private $terminalId;
/**
* @var string
*/
private $terminalSceneInfo;
/**
* @var string
*/
private $channelSpecifiedInfo;
/**
* @var string
*/
private $channelPromotionInfo;
/**
* @var string
*/
private $identityInfo;
/**
* @var string
*/
private $limitCredit;
/**
* @var string
*/
private $token;
/**
* @var string
*/
private $uniqueOrderNo;
/**
* @var string
*/
private $csUrl;
/**
* @var string
*/
private $encryptedPINData;
/**
* @var string
*/
private $payerAccountNo;
/**
* @var string
*/
private $accountLinkInfo;
/**
* Gets parentMerchantNo
* @return string
*/
public function getParentMerchantNo()
{
return $this->parentMerchantNo;
}
/**
* Sets parentMerchantNo
* @param string $parentMerchantNo
* @return PayRequest
*/
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 PayRequest
*/
public function setMerchantNo($merchantNo)
{
$this->merchantNo = $merchantNo;
return $this;
}
/**
* Gets orderId
* @return string
*/
public function getOrderId()
{
return $this->orderId;
}
/**
* Sets orderId
* @param string $orderId
* @return PayRequest
*/
public function setOrderId($orderId)
{
$this->orderId = $orderId;
return $this;
}
/**
* Gets orderAmount
* @return float
*/
public function getOrderAmount()
{
return $this->orderAmount;
}
/**
* Sets orderAmount
* @param float $orderAmount
* @return PayRequest
*/
public function setOrderAmount($orderAmount)
{
$this->orderAmount = $orderAmount;
return $this;
}
/**
* Gets expiredTime
* @return string
*/
public function getExpiredTime()
{
return $this->expiredTime;
}
/**
* Sets expiredTime
* @param string $expiredTime
* @return PayRequest
*/
public function setExpiredTime($expiredTime)
{
$this->expiredTime = $expiredTime;
return $this;
}
/**
* Gets notifyUrl
* @return string
*/
public function getNotifyUrl()
{
return $this->notifyUrl;
}
/**
* Sets notifyUrl
* @param string $notifyUrl
* @return PayRequest
*/
public function setNotifyUrl($notifyUrl)
{
$this->notifyUrl = $notifyUrl;
return $this;
}
/**
* Gets memo
* @return string
*/
public function getMemo()
{
return $this->memo;
}
/**
* Sets memo
* @param string $memo
* @return PayRequest
*/
public function setMemo($memo)
{
$this->memo = $memo;
return $this;
}
/**
* Gets goodsName
* @return string
*/
public function getGoodsName()
{
return $this->goodsName;
}
/**
* Sets goodsName
* @param string $goodsName
* @return PayRequest
*/
public function setGoodsName($goodsName)
{
$this->goodsName = $goodsName;
return $this;
}
/**
* Gets fundProcessType
* @return string
*/
public function getFundProcessType()
{
return $this->fundProcessType;
}
/**
* Sets fundProcessType
* @param string $fundProcessType
* @return PayRequest
*/
public function setFundProcessType($fundProcessType)
{
$this->fundProcessType = $fundProcessType;
return $this;
}
/**
* Gets payWay
* @return string
*/
public function getPayWay()
{
return $this->payWay;
}
/**
* Sets payWay
* @param string $payWay
* @return PayRequest
*/
public function setPayWay($payWay)
{
$this->payWay = $payWay;
return $this;
}
/**
* Gets channel
* @return string
*/
public function getChannel()
{
return $this->channel;
}
/**
* Sets channel
* @param string $channel
* @return PayRequest
*/
public function setChannel($channel)
{
$this->channel = $channel;
return $this;
}
/**
* Gets scene
* @return string
*/
public function getScene()
{
return $this->scene;
}
/**
* Sets scene
* @param string $scene
* @return PayRequest
*/
public function setScene($scene)
{
$this->scene = $scene;
return $this;
}
/**
* Gets authCode
* @return string
*/
public function getAuthCode()
{
return $this->authCode;
}
/**
* Sets authCode
* @param string $authCode
* @return PayRequest
*/
public function setAuthCode($authCode)
{
$this->authCode = $authCode;
return $this;
}
/**
* Gets appId
* @return string
*/
public function getAppId()
{
return $this->appId;
}
/**
* Sets appId
* @param string $appId
* @return PayRequest
*/
public function setAppId($appId)
{
$this->appId = $appId;
return $this;
}
/**
* Gets userIp
* @return string
*/
public function getUserIp()
{
return $this->userIp;
}
/**
* Sets userIp
* @param string $userIp
* @return PayRequest
*/
public function setUserIp($userIp)
{
$this->userIp = $userIp;
return $this;
}
/**
* Gets terminalId
* @return string
*/
public function getTerminalId()
{
return $this->terminalId;
}
/**
* Sets terminalId
* @param string $terminalId
* @return PayRequest
*/
public function setTerminalId($terminalId)
{
$this->terminalId = $terminalId;
return $this;
}
/**
* Gets terminalSceneInfo
* @return string
*/
public function getTerminalSceneInfo()
{
return $this->terminalSceneInfo;
}
/**
* Sets terminalSceneInfo
* @param string $terminalSceneInfo
* @return PayRequest
*/
public function setTerminalSceneInfo($terminalSceneInfo)
{
$this->terminalSceneInfo = $terminalSceneInfo;
return $this;
}
/**
* Gets channelSpecifiedInfo
* @return string
*/
public function getChannelSpecifiedInfo()
{
return $this->channelSpecifiedInfo;
}
/**
* Sets channelSpecifiedInfo
* @param string $channelSpecifiedInfo
* @return PayRequest
*/
public function setChannelSpecifiedInfo($channelSpecifiedInfo)
{
$this->channelSpecifiedInfo = $channelSpecifiedInfo;
return $this;
}
/**
* Gets channelPromotionInfo
* @return string
*/
public function getChannelPromotionInfo()
{
return $this->channelPromotionInfo;
}
/**
* Sets channelPromotionInfo
* @param string $channelPromotionInfo
* @return PayRequest
*/
public function setChannelPromotionInfo($channelPromotionInfo)
{
$this->channelPromotionInfo = $channelPromotionInfo;
return $this;
}
/**
* Gets identityInfo
* @return string
*/
public function getIdentityInfo()
{
return $this->identityInfo;
}
/**
* Sets identityInfo
* @param string $identityInfo
* @return PayRequest
*/
public function setIdentityInfo($identityInfo)
{
$this->identityInfo = $identityInfo;
return $this;
}
/**
* Gets limitCredit
* @return string
*/
public function getLimitCredit()
{
return $this->limitCredit;
}
/**
* Sets limitCredit
* @param string $limitCredit
* @return PayRequest
*/
public function setLimitCredit($limitCredit)
{
$this->limitCredit = $limitCredit;
return $this;
}
/**
* Gets token
* @return string
*/
public function getToken()
{
return $this->token;
}
/**
* Sets token
* @param string $token
* @return PayRequest
*/
public function setToken($token)
{
$this->token = $token;
return $this;
}
/**
* Gets uniqueOrderNo
* @return string
*/
public function getUniqueOrderNo()
{
return $this->uniqueOrderNo;
}
/**
* Sets uniqueOrderNo
* @param string $uniqueOrderNo
* @return PayRequest
*/
public function setUniqueOrderNo($uniqueOrderNo)
{
$this->uniqueOrderNo = $uniqueOrderNo;
return $this;
}
/**
* Gets csUrl
* @return string
*/
public function getCsUrl()
{
return $this->csUrl;
}
/**
* Sets csUrl
* @param string $csUrl
* @return PayRequest
*/
public function setCsUrl($csUrl)
{
$this->csUrl = $csUrl;
return $this;
}
/**
* Gets encryptedPINData
* @return string
*/
public function getEncryptedPINData()
{
return $this->encryptedPINData;
}
/**
* Sets encryptedPINData
* @param string $encryptedPINData
* @return PayRequest
*/
public function setEncryptedPINData($encryptedPINData)
{
$this->encryptedPINData = $encryptedPINData;
return $this;
}
/**
* Gets payerAccountNo
* @return string
*/
public function getPayerAccountNo()
{
return $this->payerAccountNo;
}
/**
* Sets payerAccountNo
* @param string $payerAccountNo
* @return PayRequest
*/
public function setPayerAccountNo($payerAccountNo)
{
$this->payerAccountNo = $payerAccountNo;
return $this;
}
/**
* Gets accountLinkInfo
* @return string
*/
public function getAccountLinkInfo()
{
return $this->accountLinkInfo;
}
/**
* Sets accountLinkInfo
* @param string $accountLinkInfo
* @return PayRequest
*/
public function setAccountLinkInfo($accountLinkInfo)
{
$this->accountLinkInfo = $accountLinkInfo;
return $this;
}
public static function getOperationId()
{
return 'pay';
}
}