Files
YeePay/lib/Service/Aggpay/Model/ShareTokenGenerateRequest.php

643 lines
12 KiB
PHP

<?php
namespace Yeepay\Yop\Sdk\Service\Aggpay\Model;
class ShareTokenGenerateRequest extends \Yeepay\Yop\Sdk\Model\BaseRequest
{
/**
* @var string
*/
private $parentMerchantNo;
/**
* @var string
*/
private $merchantNo;
/**
* @var string
*/
private $bizSystemNo;
/**
* @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 $limitCredit;
/**
* @var string
*/
private $token;
/**
* @var string
*/
private $csUrl;
/**
* @var string
*/
private $businessInfo;
/**
* @var string
*/
private $productInfo;
/**
* @var string
*/
private $ypAccountBookNo;
/**
* @var string
*/
private $divideDetail;
/**
* @var string
*/
private $divideNotifyUrl;
/**
* @var string
*/
private $feeSubsidyInfo;
/**
* @var string
*/
private $externalUserId;
/**
* @var string
*/
private $channelPromotionInfo;
/**
* @var string
*/
private $identityInfo;
/**
* @var string
*/
private $ypPromotionInfo;
/**
* @var string
*/
private $channelOperationInfo;
/**
* @var int
*/
private $shareTokenExpiredSeconds;
/**
* Gets parentMerchantNo
*
* @return string
*/
public function getParentMerchantNo()
{
return $this->parentMerchantNo;
}
/**
* Sets parentMerchantNo
*
* @param string $parentMerchantNo
* @return ShareTokenGenerateRequest
*/
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 ShareTokenGenerateRequest
*/
public function setMerchantNo($merchantNo)
{
$this->merchantNo = $merchantNo;
return $this;
}
/**
* Gets bizSystemNo
*
* @return string
*/
public function getBizSystemNo()
{
return $this->bizSystemNo;
}
/**
* Sets bizSystemNo
*
* @param string $bizSystemNo
* @return ShareTokenGenerateRequest
*/
public function setBizSystemNo($bizSystemNo)
{
$this->bizSystemNo = $bizSystemNo;
return $this;
}
/**
* Gets orderId
*
* @return string
*/
public function getOrderId()
{
return $this->orderId;
}
/**
* Sets orderId
*
* @param string $orderId
* @return ShareTokenGenerateRequest
*/
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 ShareTokenGenerateRequest
*/
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 ShareTokenGenerateRequest
*/
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 ShareTokenGenerateRequest
*/
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 ShareTokenGenerateRequest
*/
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 ShareTokenGenerateRequest
*/
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 ShareTokenGenerateRequest
*/
public function setFundProcessType($fundProcessType)
{
$this->fundProcessType = $fundProcessType;
return $this;
}
/**
* Gets limitCredit
*
* @return string
*/
public function getLimitCredit()
{
return $this->limitCredit;
}
/**
* Sets limitCredit
*
* @param string $limitCredit
* @return ShareTokenGenerateRequest
*/
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 ShareTokenGenerateRequest
*/
public function setToken($token)
{
$this->token = $token;
return $this;
}
/**
* Gets csUrl
*
* @return string
*/
public function getCsUrl()
{
return $this->csUrl;
}
/**
* Sets csUrl
*
* @param string $csUrl
* @return ShareTokenGenerateRequest
*/
public function setCsUrl($csUrl)
{
$this->csUrl = $csUrl;
return $this;
}
/**
* Gets businessInfo
*
* @return string
*/
public function getBusinessInfo()
{
return $this->businessInfo;
}
/**
* Sets businessInfo
*
* @param string $businessInfo
* @return ShareTokenGenerateRequest
*/
public function setBusinessInfo($businessInfo)
{
$this->businessInfo = $businessInfo;
return $this;
}
/**
* Gets productInfo
*
* @return string
*/
public function getProductInfo()
{
return $this->productInfo;
}
/**
* Sets productInfo
*
* @param string $productInfo
* @return ShareTokenGenerateRequest
*/
public function setProductInfo($productInfo)
{
$this->productInfo = $productInfo;
return $this;
}
/**
* Gets ypAccountBookNo
*
* @return string
*/
public function getYpAccountBookNo()
{
return $this->ypAccountBookNo;
}
/**
* Sets ypAccountBookNo
*
* @param string $ypAccountBookNo
* @return ShareTokenGenerateRequest
*/
public function setYpAccountBookNo($ypAccountBookNo)
{
$this->ypAccountBookNo = $ypAccountBookNo;
return $this;
}
/**
* Gets divideDetail
*
* @return string
*/
public function getDivideDetail()
{
return $this->divideDetail;
}
/**
* Sets divideDetail
*
* @param string $divideDetail
* @return ShareTokenGenerateRequest
*/
public function setDivideDetail($divideDetail)
{
$this->divideDetail = $divideDetail;
return $this;
}
/**
* Gets divideNotifyUrl
*
* @return string
*/
public function getDivideNotifyUrl()
{
return $this->divideNotifyUrl;
}
/**
* Sets divideNotifyUrl
*
* @param string $divideNotifyUrl
* @return ShareTokenGenerateRequest
*/
public function setDivideNotifyUrl($divideNotifyUrl)
{
$this->divideNotifyUrl = $divideNotifyUrl;
return $this;
}
/**
* Gets feeSubsidyInfo
*
* @return string
*/
public function getFeeSubsidyInfo()
{
return $this->feeSubsidyInfo;
}
/**
* Sets feeSubsidyInfo
*
* @param string $feeSubsidyInfo
* @return ShareTokenGenerateRequest
*/
public function setFeeSubsidyInfo($feeSubsidyInfo)
{
$this->feeSubsidyInfo = $feeSubsidyInfo;
return $this;
}
/**
* Gets externalUserId
*
* @return string
*/
public function getExternalUserId()
{
return $this->externalUserId;
}
/**
* Sets externalUserId
*
* @param string $externalUserId
* @return ShareTokenGenerateRequest
*/
public function setExternalUserId($externalUserId)
{
$this->externalUserId = $externalUserId;
return $this;
}
/**
* Gets channelPromotionInfo
*
* @return string
*/
public function getChannelPromotionInfo()
{
return $this->channelPromotionInfo;
}
/**
* Sets channelPromotionInfo
*
* @param string $channelPromotionInfo
* @return ShareTokenGenerateRequest
*/
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 ShareTokenGenerateRequest
*/
public function setIdentityInfo($identityInfo)
{
$this->identityInfo = $identityInfo;
return $this;
}
/**
* Gets ypPromotionInfo
*
* @return string
*/
public function getYpPromotionInfo()
{
return $this->ypPromotionInfo;
}
/**
* Sets ypPromotionInfo
*
* @param string $ypPromotionInfo
* @return ShareTokenGenerateRequest
*/
public function setYpPromotionInfo($ypPromotionInfo)
{
$this->ypPromotionInfo = $ypPromotionInfo;
return $this;
}
/**
* Gets channelOperationInfo
*
* @return string
*/
public function getChannelOperationInfo()
{
return $this->channelOperationInfo;
}
/**
* Sets channelOperationInfo
*
* @param string $channelOperationInfo
* @return ShareTokenGenerateRequest
*/
public function setChannelOperationInfo($channelOperationInfo)
{
$this->channelOperationInfo = $channelOperationInfo;
return $this;
}
/**
* Gets shareTokenExpiredSeconds
*
* @return int
*/
public function getShareTokenExpiredSeconds()
{
return $this->shareTokenExpiredSeconds;
}
/**
* Sets shareTokenExpiredSeconds
*
* @param int $shareTokenExpiredSeconds
* @return ShareTokenGenerateRequest
*/
public function setShareTokenExpiredSeconds($shareTokenExpiredSeconds)
{
$this->shareTokenExpiredSeconds = $shareTokenExpiredSeconds;
return $this;
}
public static function getOperationId()
{
return 'shareTokenGenerate';
}
}