云账号SDK更换
This commit is contained in:
@@ -41,7 +41,7 @@ class BatchOrderInfo extends BaseModel
|
||||
*/
|
||||
protected $phone_no;
|
||||
/**
|
||||
* 项目标识
|
||||
* 业务线标识
|
||||
* @var string
|
||||
*/
|
||||
protected $project_id;
|
||||
@@ -60,6 +60,21 @@ class BatchOrderInfo extends BaseModel
|
||||
* @var string
|
||||
*/
|
||||
protected $notify_url;
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_platform_name;
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_user_nickname;
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_user_id;
|
||||
|
||||
/**
|
||||
* 平台企业订单号
|
||||
@@ -170,7 +185,7 @@ class BatchOrderInfo extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 项目标识
|
||||
* 业务线标识
|
||||
* @var string $project_id
|
||||
*/
|
||||
public function setProjectId($project_id)
|
||||
@@ -179,7 +194,7 @@ class BatchOrderInfo extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 项目标识
|
||||
* 业务线标识
|
||||
* @return string
|
||||
*/
|
||||
public function getProjectId()
|
||||
@@ -240,4 +255,58 @@ class BatchOrderInfo extends BaseModel
|
||||
{
|
||||
return $this->notify_url;
|
||||
}
|
||||
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string $dealer_platform_name
|
||||
*/
|
||||
public function setDealerPlatformName($dealer_platform_name)
|
||||
{
|
||||
$this->dealer_platform_name = $dealer_platform_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerPlatformName()
|
||||
{
|
||||
return $this->dealer_platform_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string $dealer_user_nickname
|
||||
*/
|
||||
public function setDealerUserNickname($dealer_user_nickname)
|
||||
{
|
||||
$this->dealer_user_nickname = $dealer_user_nickname;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerUserNickname()
|
||||
{
|
||||
return $this->dealer_user_nickname;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string $dealer_user_id
|
||||
*/
|
||||
public function setDealerUserId($dealer_user_id)
|
||||
{
|
||||
$this->dealer_user_id = $dealer_user_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerUserId()
|
||||
{
|
||||
return $this->dealer_user_id;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ class CreateAlipayOrderRequest extends BaseRequest
|
||||
*/
|
||||
public $notify_url;
|
||||
/**
|
||||
* 项目标识
|
||||
* 业务线标识
|
||||
* @var string
|
||||
*/
|
||||
public $project_id;
|
||||
@@ -70,6 +70,21 @@ class CreateAlipayOrderRequest extends BaseRequest
|
||||
* @var string
|
||||
*/
|
||||
public $check_name;
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string
|
||||
*/
|
||||
public $dealer_platform_name;
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string
|
||||
*/
|
||||
public $dealer_user_nickname;
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string
|
||||
*/
|
||||
public $dealer_user_id;
|
||||
|
||||
public function __construct($params = array())
|
||||
{
|
||||
|
||||
@@ -61,10 +61,25 @@ class CreateBankpayOrderRequest extends BaseRequest
|
||||
*/
|
||||
public $notify_url;
|
||||
/**
|
||||
* 项目标识
|
||||
* 业务线标识
|
||||
* @var string
|
||||
*/
|
||||
public $project_id;
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string
|
||||
*/
|
||||
public $dealer_platform_name;
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string
|
||||
*/
|
||||
public $dealer_user_nickname;
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string
|
||||
*/
|
||||
public $dealer_user_id;
|
||||
|
||||
public function __construct($params = array())
|
||||
{
|
||||
|
||||
@@ -71,7 +71,7 @@ class CreateWxpayOrderRequest extends BaseRequest
|
||||
*/
|
||||
public $wxpay_mode;
|
||||
/**
|
||||
* 项目标识
|
||||
* 业务线标识
|
||||
* @var string
|
||||
*/
|
||||
public $project_id;
|
||||
@@ -80,6 +80,21 @@ class CreateWxpayOrderRequest extends BaseRequest
|
||||
* @var string
|
||||
*/
|
||||
public $notes;
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string
|
||||
*/
|
||||
public $dealer_platform_name;
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string
|
||||
*/
|
||||
public $dealer_user_nickname;
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string
|
||||
*/
|
||||
public $dealer_user_id;
|
||||
|
||||
public function __construct($params = array())
|
||||
{
|
||||
|
||||
37
extend/Yzh/Model/Payment/GetOrderLxlwRequest.php
Normal file
37
extend/Yzh/Model/Payment/GetOrderLxlwRequest.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
namespace Yzh\Model\Payment;
|
||||
|
||||
use Yzh\Model\BaseRequest;
|
||||
|
||||
/**
|
||||
* 查询劳务模式单笔订单信息请求
|
||||
* Class GetOrderLxlwRequest
|
||||
*/
|
||||
class GetOrderLxlwRequest extends BaseRequest
|
||||
{
|
||||
/**
|
||||
* 平台企业订单号
|
||||
* @var string
|
||||
*/
|
||||
public $order_id;
|
||||
/**
|
||||
* 支付路径
|
||||
* @var string
|
||||
*/
|
||||
public $channel;
|
||||
/**
|
||||
* 数据类型
|
||||
* @var string
|
||||
*/
|
||||
public $data_type;
|
||||
|
||||
public function __construct($params = array())
|
||||
{
|
||||
foreach (array_keys(get_object_vars($this)) as $property) {
|
||||
if (isset($params[$property])) {
|
||||
$this->{$property} = $params[$property];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
33
extend/Yzh/Model/Payment/GetOrderLxlwResponse.php
Normal file
33
extend/Yzh/Model/Payment/GetOrderLxlwResponse.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
namespace Yzh\Model\Payment;
|
||||
|
||||
use Yzh\Model\BaseResponse;
|
||||
use Yzh\Model\ResponseInterface;
|
||||
|
||||
/**
|
||||
* 查询劳务模式单笔订单信息返回
|
||||
* Class GetOrderLxlwResponse
|
||||
*/
|
||||
class GetOrderLxlwResponse extends BaseResponse implements ResponseInterface
|
||||
{
|
||||
/**
|
||||
* 获取数据对象
|
||||
* @return GetOrderLxlwResponseData
|
||||
*/
|
||||
public function getData()
|
||||
{
|
||||
return $this->data;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置数据对象
|
||||
* @param array $data
|
||||
* @return self
|
||||
*/
|
||||
public function setData($data)
|
||||
{
|
||||
$this->data = new GetOrderLxlwResponseData($data);
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
1003
extend/Yzh/Model/Payment/GetOrderLxlwResponseData.php
Normal file
1003
extend/Yzh/Model/Payment/GetOrderLxlwResponseData.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -67,7 +67,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
*/
|
||||
protected $status_message;
|
||||
/**
|
||||
* 订单详细状态码描述
|
||||
* 订单详情状态码描述
|
||||
* @var string
|
||||
*/
|
||||
protected $status_detail_message;
|
||||
@@ -107,37 +107,57 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
*/
|
||||
protected $finished_time;
|
||||
/**
|
||||
* 综合服务主体加成服务费
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_fee;
|
||||
/**
|
||||
* 余额账户支出加成服务费
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_real_fee;
|
||||
/**
|
||||
* 抵扣账户支出加成服务费
|
||||
* 应收加成服务费抵扣金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_deduct_fee;
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $user_fee;
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_fee;
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_real_fee;
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_deduct_fee;
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_user_fee;
|
||||
/**
|
||||
* 订单备注
|
||||
* @var string
|
||||
*/
|
||||
protected $pay_remark;
|
||||
/**
|
||||
* 用户加成服务费
|
||||
* @var string
|
||||
*/
|
||||
protected $user_fee;
|
||||
/**
|
||||
* 银行名称
|
||||
* @var string
|
||||
*/
|
||||
protected $bank_name;
|
||||
/**
|
||||
* 项目标识
|
||||
* 业务线标识
|
||||
* @var string
|
||||
*/
|
||||
protected $project_id;
|
||||
@@ -166,6 +186,46 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
* @var string
|
||||
*/
|
||||
protected $sys_fee;
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @var string
|
||||
*/
|
||||
protected $user_real_amount;
|
||||
/**
|
||||
* 缴税明细
|
||||
* @var TaxDetail
|
||||
*/
|
||||
protected $tax_detail;
|
||||
/**
|
||||
* 实缴税费总额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_tax_amount;
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_platform_name;
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_user_nickname;
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_user_id;
|
||||
/**
|
||||
* 用户实收金额(追缴前)
|
||||
* @var string
|
||||
*/
|
||||
protected $user_real_excluding_vat_amount;
|
||||
/**
|
||||
* 已追缴增附税(本笔订单)
|
||||
* @var string
|
||||
*/
|
||||
protected $user_recover_tax_amount;
|
||||
|
||||
/**
|
||||
* 平台企业订单号
|
||||
@@ -366,7 +426,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单详细状态码描述
|
||||
* 订单详情状态码描述
|
||||
* @var string $status_detail_message
|
||||
*/
|
||||
public function setStatusDetailMessage($status_detail_message)
|
||||
@@ -375,7 +435,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单详细状态码描述
|
||||
* 订单详情状态码描述
|
||||
* @return string
|
||||
*/
|
||||
public function getStatusDetailMessage()
|
||||
@@ -510,7 +570,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体加成服务费
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @var string $broker_fee
|
||||
*/
|
||||
public function setBrokerFee($broker_fee)
|
||||
@@ -519,7 +579,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体加成服务费
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerFee()
|
||||
@@ -528,7 +588,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* 余额账户支出加成服务费
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @var string $broker_real_fee
|
||||
*/
|
||||
public function setBrokerRealFee($broker_real_fee)
|
||||
@@ -537,7 +597,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* 余额账户支出加成服务费
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerRealFee()
|
||||
@@ -546,7 +606,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* 抵扣账户支出加成服务费
|
||||
* 应收加成服务费抵扣金额
|
||||
* @var string $broker_deduct_fee
|
||||
*/
|
||||
public function setBrokerDeductFee($broker_deduct_fee)
|
||||
@@ -555,7 +615,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* 抵扣账户支出加成服务费
|
||||
* 应收加成服务费抵扣金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerDeductFee()
|
||||
@@ -563,6 +623,96 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
return $this->broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @var string $user_fee
|
||||
*/
|
||||
public function setUserFee($user_fee)
|
||||
{
|
||||
$this->user_fee = $user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getUserFee()
|
||||
{
|
||||
return $this->user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @var string $received_broker_fee
|
||||
*/
|
||||
public function setReceivedBrokerFee($received_broker_fee)
|
||||
{
|
||||
$this->received_broker_fee = $received_broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerFee()
|
||||
{
|
||||
return $this->received_broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @var string $received_broker_real_fee
|
||||
*/
|
||||
public function setReceivedBrokerRealFee($received_broker_real_fee)
|
||||
{
|
||||
$this->received_broker_real_fee = $received_broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerRealFee()
|
||||
{
|
||||
return $this->received_broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @var string $received_broker_deduct_fee
|
||||
*/
|
||||
public function setReceivedBrokerDeductFee($received_broker_deduct_fee)
|
||||
{
|
||||
$this->received_broker_deduct_fee = $received_broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerDeductFee()
|
||||
{
|
||||
return $this->received_broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @var string $received_user_fee
|
||||
*/
|
||||
public function setReceivedUserFee($received_user_fee)
|
||||
{
|
||||
$this->received_user_fee = $received_user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedUserFee()
|
||||
{
|
||||
return $this->received_user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单备注
|
||||
* @var string $pay_remark
|
||||
@@ -581,24 +731,6 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
return $this->pay_remark;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户加成服务费
|
||||
* @var string $user_fee
|
||||
*/
|
||||
public function setUserFee($user_fee)
|
||||
{
|
||||
$this->user_fee = $user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户加成服务费
|
||||
* @return string
|
||||
*/
|
||||
public function getUserFee()
|
||||
{
|
||||
return $this->user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 银行名称
|
||||
* @var string $bank_name
|
||||
@@ -618,7 +750,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* 项目标识
|
||||
* 业务线标识
|
||||
* @var string $project_id
|
||||
*/
|
||||
public function setProjectId($project_id)
|
||||
@@ -627,7 +759,7 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* 项目标识
|
||||
* 业务线标识
|
||||
* @return string
|
||||
*/
|
||||
public function getProjectId()
|
||||
@@ -724,4 +856,148 @@ class GetOrderResponseData extends BaseModel implements ResponseDataInterface
|
||||
{
|
||||
return $this->sys_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @var string $user_real_amount
|
||||
*/
|
||||
public function setUserRealAmount($user_real_amount)
|
||||
{
|
||||
$this->user_real_amount = $user_real_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @return string
|
||||
*/
|
||||
public function getUserRealAmount()
|
||||
{
|
||||
return $this->user_real_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 缴税明细
|
||||
* @var TaxDetail $tax_detail
|
||||
*/
|
||||
public function setTaxDetail($tax_detail)
|
||||
{
|
||||
$this->tax_detail = $tax_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 缴税明细
|
||||
* @return TaxDetail
|
||||
*/
|
||||
public function getTaxDetail()
|
||||
{
|
||||
return $this->tax_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴税费总额
|
||||
* @var string $received_tax_amount
|
||||
*/
|
||||
public function setReceivedTaxAmount($received_tax_amount)
|
||||
{
|
||||
$this->received_tax_amount = $received_tax_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴税费总额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedTaxAmount()
|
||||
{
|
||||
return $this->received_tax_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string $dealer_platform_name
|
||||
*/
|
||||
public function setDealerPlatformName($dealer_platform_name)
|
||||
{
|
||||
$this->dealer_platform_name = $dealer_platform_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerPlatformName()
|
||||
{
|
||||
return $this->dealer_platform_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string $dealer_user_nickname
|
||||
*/
|
||||
public function setDealerUserNickname($dealer_user_nickname)
|
||||
{
|
||||
$this->dealer_user_nickname = $dealer_user_nickname;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerUserNickname()
|
||||
{
|
||||
return $this->dealer_user_nickname;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string $dealer_user_id
|
||||
*/
|
||||
public function setDealerUserId($dealer_user_id)
|
||||
{
|
||||
$this->dealer_user_id = $dealer_user_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerUserId()
|
||||
{
|
||||
return $this->dealer_user_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额(追缴前)
|
||||
* @var string $user_real_excluding_vat_amount
|
||||
*/
|
||||
public function setUserRealExcludingVatAmount($user_real_excluding_vat_amount)
|
||||
{
|
||||
$this->user_real_excluding_vat_amount = $user_real_excluding_vat_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额(追缴前)
|
||||
* @return string
|
||||
*/
|
||||
public function getUserRealExcludingVatAmount()
|
||||
{
|
||||
return $this->user_real_excluding_vat_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 已追缴增附税(本笔订单)
|
||||
* @var string $user_recover_tax_amount
|
||||
*/
|
||||
public function setUserRecoverTaxAmount($user_recover_tax_amount)
|
||||
{
|
||||
$this->user_recover_tax_amount = $user_recover_tax_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 已追缴增附税(本笔订单)
|
||||
* @return string
|
||||
*/
|
||||
public function getUserRecoverTaxAmount()
|
||||
{
|
||||
return $this->user_recover_tax_amount;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,30 +106,50 @@ class NotifyOrderData extends BaseModel
|
||||
*/
|
||||
protected $finished_time;
|
||||
/**
|
||||
* 综合服务主体加成服务费
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_fee;
|
||||
/**
|
||||
* 余额账户支出加成服务费
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_real_fee;
|
||||
/**
|
||||
* 抵扣账户支出加成服务费
|
||||
* 应收加成服务费抵扣金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_deduct_fee;
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $user_fee;
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_fee;
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_real_fee;
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_deduct_fee;
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_user_fee;
|
||||
/**
|
||||
* 订单备注
|
||||
* @var string
|
||||
*/
|
||||
protected $pay_remark;
|
||||
/**
|
||||
* 用户加成服务费
|
||||
* @var string
|
||||
*/
|
||||
protected $user_fee;
|
||||
/**
|
||||
* 银行名称
|
||||
* @var string
|
||||
@@ -145,6 +165,51 @@ class NotifyOrderData extends BaseModel
|
||||
* @var string
|
||||
*/
|
||||
protected $user_id;
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @var string
|
||||
*/
|
||||
protected $user_real_amount;
|
||||
/**
|
||||
* 缴税明细
|
||||
* @var TaxDetail
|
||||
*/
|
||||
protected $tax_detail;
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_platform_name;
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_user_nickname;
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_user_id;
|
||||
/**
|
||||
* 预扣税费总额
|
||||
* @var string
|
||||
*/
|
||||
protected $tax;
|
||||
/**
|
||||
* 实缴税费总额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_tax_amount;
|
||||
/**
|
||||
* 用户实收金额(追缴前)
|
||||
* @var string
|
||||
*/
|
||||
protected $user_real_excluding_vat_amount;
|
||||
/**
|
||||
* 已追缴增附税(本笔订单)
|
||||
* @var string
|
||||
*/
|
||||
protected $user_recover_tax_amount;
|
||||
|
||||
/**
|
||||
* 平台企业订单号
|
||||
@@ -489,7 +554,7 @@ class NotifyOrderData extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体加成服务费
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @var string $broker_fee
|
||||
*/
|
||||
public function setBrokerFee($broker_fee)
|
||||
@@ -498,7 +563,7 @@ class NotifyOrderData extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体加成服务费
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerFee()
|
||||
@@ -507,7 +572,7 @@ class NotifyOrderData extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 余额账户支出加成服务费
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @var string $broker_real_fee
|
||||
*/
|
||||
public function setBrokerRealFee($broker_real_fee)
|
||||
@@ -516,7 +581,7 @@ class NotifyOrderData extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 余额账户支出加成服务费
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerRealFee()
|
||||
@@ -525,7 +590,7 @@ class NotifyOrderData extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 抵扣账户支出加成服务费
|
||||
* 应收加成服务费抵扣金额
|
||||
* @var string $broker_deduct_fee
|
||||
*/
|
||||
public function setBrokerDeductFee($broker_deduct_fee)
|
||||
@@ -534,7 +599,7 @@ class NotifyOrderData extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 抵扣账户支出加成服务费
|
||||
* 应收加成服务费抵扣金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerDeductFee()
|
||||
@@ -542,6 +607,96 @@ class NotifyOrderData extends BaseModel
|
||||
return $this->broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @var string $user_fee
|
||||
*/
|
||||
public function setUserFee($user_fee)
|
||||
{
|
||||
$this->user_fee = $user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getUserFee()
|
||||
{
|
||||
return $this->user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @var string $received_broker_fee
|
||||
*/
|
||||
public function setReceivedBrokerFee($received_broker_fee)
|
||||
{
|
||||
$this->received_broker_fee = $received_broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerFee()
|
||||
{
|
||||
return $this->received_broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @var string $received_broker_real_fee
|
||||
*/
|
||||
public function setReceivedBrokerRealFee($received_broker_real_fee)
|
||||
{
|
||||
$this->received_broker_real_fee = $received_broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerRealFee()
|
||||
{
|
||||
return $this->received_broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @var string $received_broker_deduct_fee
|
||||
*/
|
||||
public function setReceivedBrokerDeductFee($received_broker_deduct_fee)
|
||||
{
|
||||
$this->received_broker_deduct_fee = $received_broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerDeductFee()
|
||||
{
|
||||
return $this->received_broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @var string $received_user_fee
|
||||
*/
|
||||
public function setReceivedUserFee($received_user_fee)
|
||||
{
|
||||
$this->received_user_fee = $received_user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedUserFee()
|
||||
{
|
||||
return $this->received_user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单备注
|
||||
* @var string $pay_remark
|
||||
@@ -560,24 +715,6 @@ class NotifyOrderData extends BaseModel
|
||||
return $this->pay_remark;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户加成服务费
|
||||
* @var string $user_fee
|
||||
*/
|
||||
public function setUserFee($user_fee)
|
||||
{
|
||||
$this->user_fee = $user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户加成服务费
|
||||
* @return string
|
||||
*/
|
||||
public function getUserFee()
|
||||
{
|
||||
return $this->user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 银行名称
|
||||
* @var string $bank_name
|
||||
@@ -631,4 +768,166 @@ class NotifyOrderData extends BaseModel
|
||||
{
|
||||
return $this->user_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @var string $user_real_amount
|
||||
*/
|
||||
public function setUserRealAmount($user_real_amount)
|
||||
{
|
||||
$this->user_real_amount = $user_real_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @return string
|
||||
*/
|
||||
public function getUserRealAmount()
|
||||
{
|
||||
return $this->user_real_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 缴税明细
|
||||
* @var TaxDetail $tax_detail
|
||||
*/
|
||||
public function setTaxDetail($tax_detail)
|
||||
{
|
||||
$this->tax_detail = $tax_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 缴税明细
|
||||
* @return TaxDetail
|
||||
*/
|
||||
public function getTaxDetail()
|
||||
{
|
||||
return $this->tax_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string $dealer_platform_name
|
||||
*/
|
||||
public function setDealerPlatformName($dealer_platform_name)
|
||||
{
|
||||
$this->dealer_platform_name = $dealer_platform_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerPlatformName()
|
||||
{
|
||||
return $this->dealer_platform_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string $dealer_user_nickname
|
||||
*/
|
||||
public function setDealerUserNickname($dealer_user_nickname)
|
||||
{
|
||||
$this->dealer_user_nickname = $dealer_user_nickname;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerUserNickname()
|
||||
{
|
||||
return $this->dealer_user_nickname;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string $dealer_user_id
|
||||
*/
|
||||
public function setDealerUserId($dealer_user_id)
|
||||
{
|
||||
$this->dealer_user_id = $dealer_user_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerUserId()
|
||||
{
|
||||
return $this->dealer_user_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣税费总额
|
||||
* @var string $tax
|
||||
*/
|
||||
public function setTax($tax)
|
||||
{
|
||||
$this->tax = $tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣税费总额
|
||||
* @return string
|
||||
*/
|
||||
public function getTax()
|
||||
{
|
||||
return $this->tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴税费总额
|
||||
* @var string $received_tax_amount
|
||||
*/
|
||||
public function setReceivedTaxAmount($received_tax_amount)
|
||||
{
|
||||
$this->received_tax_amount = $received_tax_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴税费总额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedTaxAmount()
|
||||
{
|
||||
return $this->received_tax_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额(追缴前)
|
||||
* @var string $user_real_excluding_vat_amount
|
||||
*/
|
||||
public function setUserRealExcludingVatAmount($user_real_excluding_vat_amount)
|
||||
{
|
||||
$this->user_real_excluding_vat_amount = $user_real_excluding_vat_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额(追缴前)
|
||||
* @return string
|
||||
*/
|
||||
public function getUserRealExcludingVatAmount()
|
||||
{
|
||||
return $this->user_real_excluding_vat_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 已追缴增附税(本笔订单)
|
||||
* @var string $user_recover_tax_amount
|
||||
*/
|
||||
public function setUserRecoverTaxAmount($user_recover_tax_amount)
|
||||
{
|
||||
$this->user_recover_tax_amount = $user_recover_tax_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 已追缴增附税(本笔订单)
|
||||
* @return string
|
||||
*/
|
||||
public function getUserRecoverTaxAmount()
|
||||
{
|
||||
return $this->user_recover_tax_amount;
|
||||
}
|
||||
}
|
||||
|
||||
749
extend/Yzh/Model/Payment/NotifyOrderLxlwData copy.php
Normal file
749
extend/Yzh/Model/Payment/NotifyOrderLxlwData copy.php
Normal file
@@ -0,0 +1,749 @@
|
||||
<?php
|
||||
|
||||
namespace Yzh\Model\Payment;
|
||||
|
||||
use Yzh\Model\BaseModel;
|
||||
|
||||
/**
|
||||
* 劳务模式订单支付状态回调通知数据
|
||||
* Class NotifyOrderLxlwData
|
||||
*/
|
||||
class NotifyOrderLxlwData extends BaseModel
|
||||
{
|
||||
/**
|
||||
* 平台企业订单号
|
||||
* @var string
|
||||
*/
|
||||
protected $order_id;
|
||||
/**
|
||||
* 订单金额
|
||||
* @var string
|
||||
*/
|
||||
protected $pay;
|
||||
/**
|
||||
* 综合服务主体 ID
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_id;
|
||||
/**
|
||||
* 平台企业 ID
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_id;
|
||||
/**
|
||||
* 姓名
|
||||
* @var string
|
||||
*/
|
||||
protected $real_name;
|
||||
/**
|
||||
* 收款人账号
|
||||
* @var string
|
||||
*/
|
||||
protected $card_no;
|
||||
/**
|
||||
* 身份证号码
|
||||
* @var string
|
||||
*/
|
||||
protected $id_card;
|
||||
/**
|
||||
* 手机号
|
||||
* @var string
|
||||
*/
|
||||
protected $phone_no;
|
||||
/**
|
||||
* 订单状态码
|
||||
* @var string
|
||||
*/
|
||||
protected $status;
|
||||
/**
|
||||
* 订单详情状态码
|
||||
* @var string
|
||||
*/
|
||||
protected $status_detail;
|
||||
/**
|
||||
* 订单状态码描述
|
||||
* @var string
|
||||
*/
|
||||
protected $status_message;
|
||||
/**
|
||||
* 订单详情状态码描述
|
||||
* @var string
|
||||
*/
|
||||
protected $status_detail_message;
|
||||
/**
|
||||
* 订单状态补充信息
|
||||
* @var string
|
||||
*/
|
||||
protected $supplemental_detail_message;
|
||||
/**
|
||||
* 综合服务主体支付金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_amount;
|
||||
/**
|
||||
* 综合服务平台流水号
|
||||
* @var string
|
||||
*/
|
||||
protected $ref;
|
||||
/**
|
||||
* 支付交易流水号
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_bank_bill;
|
||||
/**
|
||||
* 支付路径
|
||||
* @var string
|
||||
*/
|
||||
protected $withdraw_platform;
|
||||
/**
|
||||
* 订单接收时间,精确到秒
|
||||
* @var string
|
||||
*/
|
||||
protected $created_at;
|
||||
/**
|
||||
* 订单完成时间,精确到秒
|
||||
* @var string
|
||||
*/
|
||||
protected $finished_time;
|
||||
/**
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_fee;
|
||||
/**
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_real_fee;
|
||||
/**
|
||||
* 应收加成服务费抵扣金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_deduct_fee;
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $user_fee;
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_fee;
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_real_fee;
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_deduct_fee;
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_user_fee;
|
||||
/**
|
||||
* 订单备注
|
||||
* @var string
|
||||
*/
|
||||
protected $pay_remark;
|
||||
/**
|
||||
* 银行名称
|
||||
* @var string
|
||||
*/
|
||||
protected $bank_name;
|
||||
/**
|
||||
* 业务线标识
|
||||
* @var string
|
||||
*/
|
||||
protected $project_id;
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @var string
|
||||
*/
|
||||
protected $user_real_amount;
|
||||
/**
|
||||
* 缴税明细
|
||||
* @var TaxDetail
|
||||
*/
|
||||
protected $tax_detail;
|
||||
|
||||
/**
|
||||
* 平台企业订单号
|
||||
* @var string $order_id
|
||||
*/
|
||||
public function setOrderId($order_id)
|
||||
{
|
||||
$this->order_id = $order_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业订单号
|
||||
* @return string
|
||||
*/
|
||||
public function getOrderId()
|
||||
{
|
||||
return $this->order_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单金额
|
||||
* @var string $pay
|
||||
*/
|
||||
public function setPay($pay)
|
||||
{
|
||||
$this->pay = $pay;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单金额
|
||||
* @return string
|
||||
*/
|
||||
public function getPay()
|
||||
{
|
||||
return $this->pay;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体 ID
|
||||
* @var string $broker_id
|
||||
*/
|
||||
public function setBrokerId($broker_id)
|
||||
{
|
||||
$this->broker_id = $broker_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体 ID
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerId()
|
||||
{
|
||||
return $this->broker_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业 ID
|
||||
* @var string $dealer_id
|
||||
*/
|
||||
public function setDealerId($dealer_id)
|
||||
{
|
||||
$this->dealer_id = $dealer_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业 ID
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerId()
|
||||
{
|
||||
return $this->dealer_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 姓名
|
||||
* @var string $real_name
|
||||
*/
|
||||
public function setRealName($real_name)
|
||||
{
|
||||
$this->real_name = $real_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 姓名
|
||||
* @return string
|
||||
*/
|
||||
public function getRealName()
|
||||
{
|
||||
return $this->real_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 收款人账号
|
||||
* @var string $card_no
|
||||
*/
|
||||
public function setCardNo($card_no)
|
||||
{
|
||||
$this->card_no = $card_no;
|
||||
}
|
||||
|
||||
/**
|
||||
* 收款人账号
|
||||
* @return string
|
||||
*/
|
||||
public function getCardNo()
|
||||
{
|
||||
return $this->card_no;
|
||||
}
|
||||
|
||||
/**
|
||||
* 身份证号码
|
||||
* @var string $id_card
|
||||
*/
|
||||
public function setIdCard($id_card)
|
||||
{
|
||||
$this->id_card = $id_card;
|
||||
}
|
||||
|
||||
/**
|
||||
* 身份证号码
|
||||
* @return string
|
||||
*/
|
||||
public function getIdCard()
|
||||
{
|
||||
return $this->id_card;
|
||||
}
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
* @var string $phone_no
|
||||
*/
|
||||
public function setPhoneNo($phone_no)
|
||||
{
|
||||
$this->phone_no = $phone_no;
|
||||
}
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
* @return string
|
||||
*/
|
||||
public function getPhoneNo()
|
||||
{
|
||||
return $this->phone_no;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态码
|
||||
* @var string $status
|
||||
*/
|
||||
public function setStatus($status)
|
||||
{
|
||||
$this->status = $status;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态码
|
||||
* @return string
|
||||
*/
|
||||
public function getStatus()
|
||||
{
|
||||
return $this->status;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单详情状态码
|
||||
* @var string $status_detail
|
||||
*/
|
||||
public function setStatusDetail($status_detail)
|
||||
{
|
||||
$this->status_detail = $status_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单详情状态码
|
||||
* @return string
|
||||
*/
|
||||
public function getStatusDetail()
|
||||
{
|
||||
return $this->status_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态码描述
|
||||
* @var string $status_message
|
||||
*/
|
||||
public function setStatusMessage($status_message)
|
||||
{
|
||||
$this->status_message = $status_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态码描述
|
||||
* @return string
|
||||
*/
|
||||
public function getStatusMessage()
|
||||
{
|
||||
return $this->status_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单详情状态码描述
|
||||
* @var string $status_detail_message
|
||||
*/
|
||||
public function setStatusDetailMessage($status_detail_message)
|
||||
{
|
||||
$this->status_detail_message = $status_detail_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单详情状态码描述
|
||||
* @return string
|
||||
*/
|
||||
public function getStatusDetailMessage()
|
||||
{
|
||||
return $this->status_detail_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态补充信息
|
||||
* @var string $supplemental_detail_message
|
||||
*/
|
||||
public function setSupplementalDetailMessage($supplemental_detail_message)
|
||||
{
|
||||
$this->supplemental_detail_message = $supplemental_detail_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态补充信息
|
||||
* @return string
|
||||
*/
|
||||
public function getSupplementalDetailMessage()
|
||||
{
|
||||
return $this->supplemental_detail_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体支付金额
|
||||
* @var string $broker_amount
|
||||
*/
|
||||
public function setBrokerAmount($broker_amount)
|
||||
{
|
||||
$this->broker_amount = $broker_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体支付金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerAmount()
|
||||
{
|
||||
return $this->broker_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务平台流水号
|
||||
* @var string $ref
|
||||
*/
|
||||
public function setRef($ref)
|
||||
{
|
||||
$this->ref = $ref;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务平台流水号
|
||||
* @return string
|
||||
*/
|
||||
public function getRef()
|
||||
{
|
||||
return $this->ref;
|
||||
}
|
||||
|
||||
/**
|
||||
* 支付交易流水号
|
||||
* @var string $broker_bank_bill
|
||||
*/
|
||||
public function setBrokerBankBill($broker_bank_bill)
|
||||
{
|
||||
$this->broker_bank_bill = $broker_bank_bill;
|
||||
}
|
||||
|
||||
/**
|
||||
* 支付交易流水号
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerBankBill()
|
||||
{
|
||||
return $this->broker_bank_bill;
|
||||
}
|
||||
|
||||
/**
|
||||
* 支付路径
|
||||
* @var string $withdraw_platform
|
||||
*/
|
||||
public function setWithdrawPlatform($withdraw_platform)
|
||||
{
|
||||
$this->withdraw_platform = $withdraw_platform;
|
||||
}
|
||||
|
||||
/**
|
||||
* 支付路径
|
||||
* @return string
|
||||
*/
|
||||
public function getWithdrawPlatform()
|
||||
{
|
||||
return $this->withdraw_platform;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单接收时间,精确到秒
|
||||
* @var string $created_at
|
||||
*/
|
||||
public function setCreatedAt($created_at)
|
||||
{
|
||||
$this->created_at = $created_at;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单接收时间,精确到秒
|
||||
* @return string
|
||||
*/
|
||||
public function getCreatedAt()
|
||||
{
|
||||
return $this->created_at;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单完成时间,精确到秒
|
||||
* @var string $finished_time
|
||||
*/
|
||||
public function setFinishedTime($finished_time)
|
||||
{
|
||||
$this->finished_time = $finished_time;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单完成时间,精确到秒
|
||||
* @return string
|
||||
*/
|
||||
public function getFinishedTime()
|
||||
{
|
||||
return $this->finished_time;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @var string $broker_fee
|
||||
*/
|
||||
public function setBrokerFee($broker_fee)
|
||||
{
|
||||
$this->broker_fee = $broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerFee()
|
||||
{
|
||||
return $this->broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @var string $broker_real_fee
|
||||
*/
|
||||
public function setBrokerRealFee($broker_real_fee)
|
||||
{
|
||||
$this->broker_real_fee = $broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerRealFee()
|
||||
{
|
||||
return $this->broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收加成服务费抵扣金额
|
||||
* @var string $broker_deduct_fee
|
||||
*/
|
||||
public function setBrokerDeductFee($broker_deduct_fee)
|
||||
{
|
||||
$this->broker_deduct_fee = $broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收加成服务费抵扣金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerDeductFee()
|
||||
{
|
||||
return $this->broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @var string $user_fee
|
||||
*/
|
||||
public function setUserFee($user_fee)
|
||||
{
|
||||
$this->user_fee = $user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getUserFee()
|
||||
{
|
||||
return $this->user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @var string $received_broker_fee
|
||||
*/
|
||||
public function setReceivedBrokerFee($received_broker_fee)
|
||||
{
|
||||
$this->received_broker_fee = $received_broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerFee()
|
||||
{
|
||||
return $this->received_broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @var string $received_broker_real_fee
|
||||
*/
|
||||
public function setReceivedBrokerRealFee($received_broker_real_fee)
|
||||
{
|
||||
$this->received_broker_real_fee = $received_broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerRealFee()
|
||||
{
|
||||
return $this->received_broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @var string $received_broker_deduct_fee
|
||||
*/
|
||||
public function setReceivedBrokerDeductFee($received_broker_deduct_fee)
|
||||
{
|
||||
$this->received_broker_deduct_fee = $received_broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerDeductFee()
|
||||
{
|
||||
return $this->received_broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @var string $received_user_fee
|
||||
*/
|
||||
public function setReceivedUserFee($received_user_fee)
|
||||
{
|
||||
$this->received_user_fee = $received_user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedUserFee()
|
||||
{
|
||||
return $this->received_user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单备注
|
||||
* @var string $pay_remark
|
||||
*/
|
||||
public function setPayRemark($pay_remark)
|
||||
{
|
||||
$this->pay_remark = $pay_remark;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单备注
|
||||
* @return string
|
||||
*/
|
||||
public function getPayRemark()
|
||||
{
|
||||
return $this->pay_remark;
|
||||
}
|
||||
|
||||
/**
|
||||
* 银行名称
|
||||
* @var string $bank_name
|
||||
*/
|
||||
public function setBankName($bank_name)
|
||||
{
|
||||
$this->bank_name = $bank_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 银行名称
|
||||
* @return string
|
||||
*/
|
||||
public function getBankName()
|
||||
{
|
||||
return $this->bank_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 业务线标识
|
||||
* @var string $project_id
|
||||
*/
|
||||
public function setProjectId($project_id)
|
||||
{
|
||||
$this->project_id = $project_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 业务线标识
|
||||
* @return string
|
||||
*/
|
||||
public function getProjectId()
|
||||
{
|
||||
return $this->project_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @var string $user_real_amount
|
||||
*/
|
||||
public function setUserRealAmount($user_real_amount)
|
||||
{
|
||||
$this->user_real_amount = $user_real_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @return string
|
||||
*/
|
||||
public function getUserRealAmount()
|
||||
{
|
||||
return $this->user_real_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 缴税明细
|
||||
* @var TaxDetail $tax_detail
|
||||
*/
|
||||
public function setTaxDetail($tax_detail)
|
||||
{
|
||||
$this->tax_detail = $tax_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 缴税明细
|
||||
* @return TaxDetail
|
||||
*/
|
||||
public function getTaxDetail()
|
||||
{
|
||||
return $this->tax_detail;
|
||||
}
|
||||
}
|
||||
910
extend/Yzh/Model/Payment/NotifyOrderLxlwData.php
Normal file
910
extend/Yzh/Model/Payment/NotifyOrderLxlwData.php
Normal file
@@ -0,0 +1,910 @@
|
||||
<?php
|
||||
|
||||
namespace Yzh\Model\Payment;
|
||||
|
||||
use Yzh\Model\BaseModel;
|
||||
|
||||
/**
|
||||
* 劳务模式订单支付状态回调通知数据
|
||||
* Class NotifyOrderLxlwData
|
||||
*/
|
||||
class NotifyOrderLxlwData extends BaseModel
|
||||
{
|
||||
/**
|
||||
* 平台企业订单号
|
||||
* @var string
|
||||
*/
|
||||
protected $order_id;
|
||||
/**
|
||||
* 订单金额
|
||||
* @var string
|
||||
*/
|
||||
protected $pay;
|
||||
/**
|
||||
* 综合服务主体 ID
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_id;
|
||||
/**
|
||||
* 平台企业 ID
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_id;
|
||||
/**
|
||||
* 姓名
|
||||
* @var string
|
||||
*/
|
||||
protected $real_name;
|
||||
/**
|
||||
* 收款人账号
|
||||
* @var string
|
||||
*/
|
||||
protected $card_no;
|
||||
/**
|
||||
* 身份证号码
|
||||
* @var string
|
||||
*/
|
||||
protected $id_card;
|
||||
/**
|
||||
* 手机号
|
||||
* @var string
|
||||
*/
|
||||
protected $phone_no;
|
||||
/**
|
||||
* 订单状态码
|
||||
* @var string
|
||||
*/
|
||||
protected $status;
|
||||
/**
|
||||
* 订单详情状态码
|
||||
* @var string
|
||||
*/
|
||||
protected $status_detail;
|
||||
/**
|
||||
* 订单状态码描述
|
||||
* @var string
|
||||
*/
|
||||
protected $status_message;
|
||||
/**
|
||||
* 订单详情状态码描述
|
||||
* @var string
|
||||
*/
|
||||
protected $status_detail_message;
|
||||
/**
|
||||
* 订单状态补充信息
|
||||
* @var string
|
||||
*/
|
||||
protected $supplemental_detail_message;
|
||||
/**
|
||||
* 综合服务主体支付金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_amount;
|
||||
/**
|
||||
* 综合服务平台流水号
|
||||
* @var string
|
||||
*/
|
||||
protected $ref;
|
||||
/**
|
||||
* 支付交易流水号
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_bank_bill;
|
||||
/**
|
||||
* 支付路径
|
||||
* @var string
|
||||
*/
|
||||
protected $withdraw_platform;
|
||||
/**
|
||||
* 订单接收时间,精确到秒
|
||||
* @var string
|
||||
*/
|
||||
protected $created_at;
|
||||
/**
|
||||
* 订单完成时间,精确到秒
|
||||
* @var string
|
||||
*/
|
||||
protected $finished_time;
|
||||
/**
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_fee;
|
||||
/**
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_real_fee;
|
||||
/**
|
||||
* 应收加成服务费抵扣金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_deduct_fee;
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $user_fee;
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_fee;
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_real_fee;
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_deduct_fee;
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_user_fee;
|
||||
/**
|
||||
* 订单备注
|
||||
* @var string
|
||||
*/
|
||||
protected $pay_remark;
|
||||
/**
|
||||
* 银行名称
|
||||
* @var string
|
||||
*/
|
||||
protected $bank_name;
|
||||
/**
|
||||
* 业务线标识
|
||||
* @var string
|
||||
*/
|
||||
protected $project_id;
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @var string
|
||||
*/
|
||||
protected $user_real_amount;
|
||||
/**
|
||||
* 缴税明细
|
||||
* @var TaxDetail
|
||||
*/
|
||||
protected $tax_detail;
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_platform_name;
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_user_nickname;
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_user_id;
|
||||
/**
|
||||
* 预扣税费总额
|
||||
* @var string
|
||||
*/
|
||||
protected $tax;
|
||||
/**
|
||||
* 实缴税费总额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_tax_amount;
|
||||
/**
|
||||
* 用户实收金额(追缴前)
|
||||
* @var string
|
||||
*/
|
||||
protected $user_real_excluding_vat_amount;
|
||||
/**
|
||||
* 已追缴增附税(本笔订单)
|
||||
* @var string
|
||||
*/
|
||||
protected $user_recover_tax_amount;
|
||||
|
||||
/**
|
||||
* 平台企业订单号
|
||||
* @var string $order_id
|
||||
*/
|
||||
public function setOrderId($order_id)
|
||||
{
|
||||
$this->order_id = $order_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业订单号
|
||||
* @return string
|
||||
*/
|
||||
public function getOrderId()
|
||||
{
|
||||
return $this->order_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单金额
|
||||
* @var string $pay
|
||||
*/
|
||||
public function setPay($pay)
|
||||
{
|
||||
$this->pay = $pay;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单金额
|
||||
* @return string
|
||||
*/
|
||||
public function getPay()
|
||||
{
|
||||
return $this->pay;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体 ID
|
||||
* @var string $broker_id
|
||||
*/
|
||||
public function setBrokerId($broker_id)
|
||||
{
|
||||
$this->broker_id = $broker_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体 ID
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerId()
|
||||
{
|
||||
return $this->broker_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业 ID
|
||||
* @var string $dealer_id
|
||||
*/
|
||||
public function setDealerId($dealer_id)
|
||||
{
|
||||
$this->dealer_id = $dealer_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业 ID
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerId()
|
||||
{
|
||||
return $this->dealer_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 姓名
|
||||
* @var string $real_name
|
||||
*/
|
||||
public function setRealName($real_name)
|
||||
{
|
||||
$this->real_name = $real_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 姓名
|
||||
* @return string
|
||||
*/
|
||||
public function getRealName()
|
||||
{
|
||||
return $this->real_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 收款人账号
|
||||
* @var string $card_no
|
||||
*/
|
||||
public function setCardNo($card_no)
|
||||
{
|
||||
$this->card_no = $card_no;
|
||||
}
|
||||
|
||||
/**
|
||||
* 收款人账号
|
||||
* @return string
|
||||
*/
|
||||
public function getCardNo()
|
||||
{
|
||||
return $this->card_no;
|
||||
}
|
||||
|
||||
/**
|
||||
* 身份证号码
|
||||
* @var string $id_card
|
||||
*/
|
||||
public function setIdCard($id_card)
|
||||
{
|
||||
$this->id_card = $id_card;
|
||||
}
|
||||
|
||||
/**
|
||||
* 身份证号码
|
||||
* @return string
|
||||
*/
|
||||
public function getIdCard()
|
||||
{
|
||||
return $this->id_card;
|
||||
}
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
* @var string $phone_no
|
||||
*/
|
||||
public function setPhoneNo($phone_no)
|
||||
{
|
||||
$this->phone_no = $phone_no;
|
||||
}
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
* @return string
|
||||
*/
|
||||
public function getPhoneNo()
|
||||
{
|
||||
return $this->phone_no;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态码
|
||||
* @var string $status
|
||||
*/
|
||||
public function setStatus($status)
|
||||
{
|
||||
$this->status = $status;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态码
|
||||
* @return string
|
||||
*/
|
||||
public function getStatus()
|
||||
{
|
||||
return $this->status;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单详情状态码
|
||||
* @var string $status_detail
|
||||
*/
|
||||
public function setStatusDetail($status_detail)
|
||||
{
|
||||
$this->status_detail = $status_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单详情状态码
|
||||
* @return string
|
||||
*/
|
||||
public function getStatusDetail()
|
||||
{
|
||||
return $this->status_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态码描述
|
||||
* @var string $status_message
|
||||
*/
|
||||
public function setStatusMessage($status_message)
|
||||
{
|
||||
$this->status_message = $status_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态码描述
|
||||
* @return string
|
||||
*/
|
||||
public function getStatusMessage()
|
||||
{
|
||||
return $this->status_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单详情状态码描述
|
||||
* @var string $status_detail_message
|
||||
*/
|
||||
public function setStatusDetailMessage($status_detail_message)
|
||||
{
|
||||
$this->status_detail_message = $status_detail_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单详情状态码描述
|
||||
* @return string
|
||||
*/
|
||||
public function getStatusDetailMessage()
|
||||
{
|
||||
return $this->status_detail_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态补充信息
|
||||
* @var string $supplemental_detail_message
|
||||
*/
|
||||
public function setSupplementalDetailMessage($supplemental_detail_message)
|
||||
{
|
||||
$this->supplemental_detail_message = $supplemental_detail_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单状态补充信息
|
||||
* @return string
|
||||
*/
|
||||
public function getSupplementalDetailMessage()
|
||||
{
|
||||
return $this->supplemental_detail_message;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体支付金额
|
||||
* @var string $broker_amount
|
||||
*/
|
||||
public function setBrokerAmount($broker_amount)
|
||||
{
|
||||
$this->broker_amount = $broker_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体支付金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerAmount()
|
||||
{
|
||||
return $this->broker_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务平台流水号
|
||||
* @var string $ref
|
||||
*/
|
||||
public function setRef($ref)
|
||||
{
|
||||
$this->ref = $ref;
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务平台流水号
|
||||
* @return string
|
||||
*/
|
||||
public function getRef()
|
||||
{
|
||||
return $this->ref;
|
||||
}
|
||||
|
||||
/**
|
||||
* 支付交易流水号
|
||||
* @var string $broker_bank_bill
|
||||
*/
|
||||
public function setBrokerBankBill($broker_bank_bill)
|
||||
{
|
||||
$this->broker_bank_bill = $broker_bank_bill;
|
||||
}
|
||||
|
||||
/**
|
||||
* 支付交易流水号
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerBankBill()
|
||||
{
|
||||
return $this->broker_bank_bill;
|
||||
}
|
||||
|
||||
/**
|
||||
* 支付路径
|
||||
* @var string $withdraw_platform
|
||||
*/
|
||||
public function setWithdrawPlatform($withdraw_platform)
|
||||
{
|
||||
$this->withdraw_platform = $withdraw_platform;
|
||||
}
|
||||
|
||||
/**
|
||||
* 支付路径
|
||||
* @return string
|
||||
*/
|
||||
public function getWithdrawPlatform()
|
||||
{
|
||||
return $this->withdraw_platform;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单接收时间,精确到秒
|
||||
* @var string $created_at
|
||||
*/
|
||||
public function setCreatedAt($created_at)
|
||||
{
|
||||
$this->created_at = $created_at;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单接收时间,精确到秒
|
||||
* @return string
|
||||
*/
|
||||
public function getCreatedAt()
|
||||
{
|
||||
return $this->created_at;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单完成时间,精确到秒
|
||||
* @var string $finished_time
|
||||
*/
|
||||
public function setFinishedTime($finished_time)
|
||||
{
|
||||
$this->finished_time = $finished_time;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单完成时间,精确到秒
|
||||
* @return string
|
||||
*/
|
||||
public function getFinishedTime()
|
||||
{
|
||||
return $this->finished_time;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @var string $broker_fee
|
||||
*/
|
||||
public function setBrokerFee($broker_fee)
|
||||
{
|
||||
$this->broker_fee = $broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerFee()
|
||||
{
|
||||
return $this->broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @var string $broker_real_fee
|
||||
*/
|
||||
public function setBrokerRealFee($broker_real_fee)
|
||||
{
|
||||
$this->broker_real_fee = $broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerRealFee()
|
||||
{
|
||||
return $this->broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收加成服务费抵扣金额
|
||||
* @var string $broker_deduct_fee
|
||||
*/
|
||||
public function setBrokerDeductFee($broker_deduct_fee)
|
||||
{
|
||||
$this->broker_deduct_fee = $broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收加成服务费抵扣金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerDeductFee()
|
||||
{
|
||||
return $this->broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @var string $user_fee
|
||||
*/
|
||||
public function setUserFee($user_fee)
|
||||
{
|
||||
$this->user_fee = $user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getUserFee()
|
||||
{
|
||||
return $this->user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @var string $received_broker_fee
|
||||
*/
|
||||
public function setReceivedBrokerFee($received_broker_fee)
|
||||
{
|
||||
$this->received_broker_fee = $received_broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerFee()
|
||||
{
|
||||
return $this->received_broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @var string $received_broker_real_fee
|
||||
*/
|
||||
public function setReceivedBrokerRealFee($received_broker_real_fee)
|
||||
{
|
||||
$this->received_broker_real_fee = $received_broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerRealFee()
|
||||
{
|
||||
return $this->received_broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @var string $received_broker_deduct_fee
|
||||
*/
|
||||
public function setReceivedBrokerDeductFee($received_broker_deduct_fee)
|
||||
{
|
||||
$this->received_broker_deduct_fee = $received_broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerDeductFee()
|
||||
{
|
||||
return $this->received_broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @var string $received_user_fee
|
||||
*/
|
||||
public function setReceivedUserFee($received_user_fee)
|
||||
{
|
||||
$this->received_user_fee = $received_user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedUserFee()
|
||||
{
|
||||
return $this->received_user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单备注
|
||||
* @var string $pay_remark
|
||||
*/
|
||||
public function setPayRemark($pay_remark)
|
||||
{
|
||||
$this->pay_remark = $pay_remark;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单备注
|
||||
* @return string
|
||||
*/
|
||||
public function getPayRemark()
|
||||
{
|
||||
return $this->pay_remark;
|
||||
}
|
||||
|
||||
/**
|
||||
* 银行名称
|
||||
* @var string $bank_name
|
||||
*/
|
||||
public function setBankName($bank_name)
|
||||
{
|
||||
$this->bank_name = $bank_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 银行名称
|
||||
* @return string
|
||||
*/
|
||||
public function getBankName()
|
||||
{
|
||||
return $this->bank_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 业务线标识
|
||||
* @var string $project_id
|
||||
*/
|
||||
public function setProjectId($project_id)
|
||||
{
|
||||
$this->project_id = $project_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 业务线标识
|
||||
* @return string
|
||||
*/
|
||||
public function getProjectId()
|
||||
{
|
||||
return $this->project_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @var string $user_real_amount
|
||||
*/
|
||||
public function setUserRealAmount($user_real_amount)
|
||||
{
|
||||
$this->user_real_amount = $user_real_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额
|
||||
* @return string
|
||||
*/
|
||||
public function getUserRealAmount()
|
||||
{
|
||||
return $this->user_real_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 缴税明细
|
||||
* @var TaxDetail $tax_detail
|
||||
*/
|
||||
public function setTaxDetail($tax_detail)
|
||||
{
|
||||
$this->tax_detail = $tax_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 缴税明细
|
||||
* @return TaxDetail
|
||||
*/
|
||||
public function getTaxDetail()
|
||||
{
|
||||
return $this->tax_detail;
|
||||
}
|
||||
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string $dealer_platform_name
|
||||
*/
|
||||
public function setDealerPlatformName($dealer_platform_name)
|
||||
{
|
||||
$this->dealer_platform_name = $dealer_platform_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerPlatformName()
|
||||
{
|
||||
return $this->dealer_platform_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string $dealer_user_nickname
|
||||
*/
|
||||
public function setDealerUserNickname($dealer_user_nickname)
|
||||
{
|
||||
$this->dealer_user_nickname = $dealer_user_nickname;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerUserNickname()
|
||||
{
|
||||
return $this->dealer_user_nickname;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string $dealer_user_id
|
||||
*/
|
||||
public function setDealerUserId($dealer_user_id)
|
||||
{
|
||||
$this->dealer_user_id = $dealer_user_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerUserId()
|
||||
{
|
||||
return $this->dealer_user_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣税费总额
|
||||
* @var string $tax
|
||||
*/
|
||||
public function setTax($tax)
|
||||
{
|
||||
$this->tax = $tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣税费总额
|
||||
* @return string
|
||||
*/
|
||||
public function getTax()
|
||||
{
|
||||
return $this->tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴税费总额
|
||||
* @var string $received_tax_amount
|
||||
*/
|
||||
public function setReceivedTaxAmount($received_tax_amount)
|
||||
{
|
||||
$this->received_tax_amount = $received_tax_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴税费总额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedTaxAmount()
|
||||
{
|
||||
return $this->received_tax_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额(追缴前)
|
||||
* @var string $user_real_excluding_vat_amount
|
||||
*/
|
||||
public function setUserRealExcludingVatAmount($user_real_excluding_vat_amount)
|
||||
{
|
||||
$this->user_real_excluding_vat_amount = $user_real_excluding_vat_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实收金额(追缴前)
|
||||
* @return string
|
||||
*/
|
||||
public function getUserRealExcludingVatAmount()
|
||||
{
|
||||
return $this->user_real_excluding_vat_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 已追缴增附税(本笔订单)
|
||||
* @var string $user_recover_tax_amount
|
||||
*/
|
||||
public function setUserRecoverTaxAmount($user_recover_tax_amount)
|
||||
{
|
||||
$this->user_recover_tax_amount = $user_recover_tax_amount;
|
||||
}
|
||||
|
||||
/**
|
||||
* 已追缴增附税(本笔订单)
|
||||
* @return string
|
||||
*/
|
||||
public function getUserRecoverTaxAmount()
|
||||
{
|
||||
return $this->user_recover_tax_amount;
|
||||
}
|
||||
}
|
||||
37
extend/Yzh/Model/Payment/NotifyOrderLxlwRequest copy.php
Normal file
37
extend/Yzh/Model/Payment/NotifyOrderLxlwRequest copy.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
namespace Yzh\Model\Payment;
|
||||
|
||||
use Yzh\Model\BaseRequest;
|
||||
|
||||
/**
|
||||
* 劳务模式订单支付状态回调通知
|
||||
* Class NotifyOrderLxlwRequest
|
||||
*/
|
||||
class NotifyOrderLxlwRequest extends BaseRequest
|
||||
{
|
||||
/**
|
||||
* 通知 ID
|
||||
* @var string
|
||||
*/
|
||||
public $notify_id;
|
||||
/**
|
||||
* 通知时间
|
||||
* @var string
|
||||
*/
|
||||
public $notify_time;
|
||||
/**
|
||||
* 返回数据
|
||||
* @var NotifyOrderLxlwData
|
||||
*/
|
||||
public $data;
|
||||
|
||||
public function __construct($params = array())
|
||||
{
|
||||
foreach (array_keys(get_object_vars($this)) as $property) {
|
||||
if (isset($params[$property])) {
|
||||
$this->{$property} = $params[$property];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
37
extend/Yzh/Model/Payment/NotifyOrderLxlwRequest.php
Normal file
37
extend/Yzh/Model/Payment/NotifyOrderLxlwRequest.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
namespace Yzh\Model\Payment;
|
||||
|
||||
use Yzh\Model\BaseRequest;
|
||||
|
||||
/**
|
||||
* 劳务模式订单支付状态回调通知
|
||||
* Class NotifyOrderLxlwRequest
|
||||
*/
|
||||
class NotifyOrderLxlwRequest extends BaseRequest
|
||||
{
|
||||
/**
|
||||
* 通知 ID
|
||||
* @var string
|
||||
*/
|
||||
public $notify_id;
|
||||
/**
|
||||
* 通知时间
|
||||
* @var string
|
||||
*/
|
||||
public $notify_time;
|
||||
/**
|
||||
* 返回数据
|
||||
* @var NotifyOrderLxlwData
|
||||
*/
|
||||
public $data;
|
||||
|
||||
public function __construct($params = array())
|
||||
{
|
||||
foreach (array_keys(get_object_vars($this)) as $property) {
|
||||
if (isset($params[$property])) {
|
||||
$this->{$property} = $params[$property];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -106,30 +106,50 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
*/
|
||||
protected $finished_time;
|
||||
/**
|
||||
* 综合服务主体加成服务费
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_fee;
|
||||
/**
|
||||
* 余额账户支出加成服务费
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_real_fee;
|
||||
/**
|
||||
* 加成服务费抵扣金额
|
||||
* 应收加成服务费抵扣金额
|
||||
* @var string
|
||||
*/
|
||||
protected $broker_deduct_fee;
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $user_fee;
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_fee;
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_real_fee;
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_broker_deduct_fee;
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @var string
|
||||
*/
|
||||
protected $received_user_fee;
|
||||
/**
|
||||
* 订单备注
|
||||
* @var string
|
||||
*/
|
||||
protected $pay_remark;
|
||||
/**
|
||||
* 用户加成服务费
|
||||
* @var string
|
||||
*/
|
||||
protected $user_fee;
|
||||
/**
|
||||
* 银行名称
|
||||
* @var string
|
||||
@@ -140,6 +160,31 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
* @var string
|
||||
*/
|
||||
protected $project_id;
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_platform_name;
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_user_nickname;
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_user_id;
|
||||
/**
|
||||
* 预扣个税税率
|
||||
* @var string
|
||||
*/
|
||||
protected $personal_tax_rate;
|
||||
/**
|
||||
* 预扣个税速算扣除数
|
||||
* @var string
|
||||
*/
|
||||
protected $deduct_tax;
|
||||
|
||||
/**
|
||||
* 平台企业订单号
|
||||
@@ -484,7 +529,7 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体加成服务费
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @var string $broker_fee
|
||||
*/
|
||||
public function setBrokerFee($broker_fee)
|
||||
@@ -493,7 +538,7 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 综合服务主体加成服务费
|
||||
* 应收综合服务主体加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerFee()
|
||||
@@ -502,7 +547,7 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 余额账户支出加成服务费
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @var string $broker_real_fee
|
||||
*/
|
||||
public function setBrokerRealFee($broker_real_fee)
|
||||
@@ -511,7 +556,7 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 余额账户支出加成服务费
|
||||
* 应收余额账户支出加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerRealFee()
|
||||
@@ -520,7 +565,7 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 加成服务费抵扣金额
|
||||
* 应收加成服务费抵扣金额
|
||||
* @var string $broker_deduct_fee
|
||||
*/
|
||||
public function setBrokerDeductFee($broker_deduct_fee)
|
||||
@@ -529,7 +574,7 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
}
|
||||
|
||||
/**
|
||||
* 加成服务费抵扣金额
|
||||
* 应收加成服务费抵扣金额
|
||||
* @return string
|
||||
*/
|
||||
public function getBrokerDeductFee()
|
||||
@@ -537,6 +582,96 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
return $this->broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @var string $user_fee
|
||||
*/
|
||||
public function setUserFee($user_fee)
|
||||
{
|
||||
$this->user_fee = $user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 应收用户加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getUserFee()
|
||||
{
|
||||
return $this->user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @var string $received_broker_fee
|
||||
*/
|
||||
public function setReceivedBrokerFee($received_broker_fee)
|
||||
{
|
||||
$this->received_broker_fee = $received_broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收综合服务主体加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerFee()
|
||||
{
|
||||
return $this->received_broker_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @var string $received_broker_real_fee
|
||||
*/
|
||||
public function setReceivedBrokerRealFee($received_broker_real_fee)
|
||||
{
|
||||
$this->received_broker_real_fee = $received_broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收余额账户支出加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerRealFee()
|
||||
{
|
||||
return $this->received_broker_real_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @var string $received_broker_deduct_fee
|
||||
*/
|
||||
public function setReceivedBrokerDeductFee($received_broker_deduct_fee)
|
||||
{
|
||||
$this->received_broker_deduct_fee = $received_broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收加成服务费抵扣金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedBrokerDeductFee()
|
||||
{
|
||||
return $this->received_broker_deduct_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @var string $received_user_fee
|
||||
*/
|
||||
public function setReceivedUserFee($received_user_fee)
|
||||
{
|
||||
$this->received_user_fee = $received_user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实收用户加成服务费金额
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedUserFee()
|
||||
{
|
||||
return $this->received_user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单备注
|
||||
* @var string $pay_remark
|
||||
@@ -555,24 +690,6 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
return $this->pay_remark;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户加成服务费
|
||||
* @var string $user_fee
|
||||
*/
|
||||
public function setUserFee($user_fee)
|
||||
{
|
||||
$this->user_fee = $user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户加成服务费
|
||||
* @return string
|
||||
*/
|
||||
public function getUserFee()
|
||||
{
|
||||
return $this->user_fee;
|
||||
}
|
||||
|
||||
/**
|
||||
* 银行名称
|
||||
* @var string $bank_name
|
||||
@@ -608,4 +725,94 @@ class QueryBatchOrderInfo extends BaseModel
|
||||
{
|
||||
return $this->project_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @var string $dealer_platform_name
|
||||
*/
|
||||
public function setDealerPlatformName($dealer_platform_name)
|
||||
{
|
||||
$this->dealer_platform_name = $dealer_platform_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 互联网平台名称
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerPlatformName()
|
||||
{
|
||||
return $this->dealer_platform_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @var string $dealer_user_nickname
|
||||
*/
|
||||
public function setDealerUserNickname($dealer_user_nickname)
|
||||
{
|
||||
$this->dealer_user_nickname = $dealer_user_nickname;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户名称/昵称
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerUserNickname()
|
||||
{
|
||||
return $this->dealer_user_nickname;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @var string $dealer_user_id
|
||||
*/
|
||||
public function setDealerUserId($dealer_user_id)
|
||||
{
|
||||
$this->dealer_user_id = $dealer_user_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户唯一标识码
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerUserId()
|
||||
{
|
||||
return $this->dealer_user_id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣个税税率
|
||||
* @var string $personal_tax_rate
|
||||
*/
|
||||
public function setPersonalTaxRate($personal_tax_rate)
|
||||
{
|
||||
$this->personal_tax_rate = $personal_tax_rate;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣个税税率
|
||||
* @return string
|
||||
*/
|
||||
public function getPersonalTaxRate()
|
||||
{
|
||||
return $this->personal_tax_rate;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣个税速算扣除数
|
||||
* @var string $deduct_tax
|
||||
*/
|
||||
public function setDeductTax($deduct_tax)
|
||||
{
|
||||
$this->deduct_tax = $deduct_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣个税速算扣除数
|
||||
* @return string
|
||||
*/
|
||||
public function getDeductTax()
|
||||
{
|
||||
return $this->deduct_tax;
|
||||
}
|
||||
}
|
||||
|
||||
473
extend/Yzh/Model/Payment/TaxDetail.php
Normal file
473
extend/Yzh/Model/Payment/TaxDetail.php
Normal file
@@ -0,0 +1,473 @@
|
||||
<?php
|
||||
|
||||
namespace Yzh\Model\Payment;
|
||||
|
||||
use Yzh\Model\BaseModel;
|
||||
|
||||
/**
|
||||
* 缴税明细
|
||||
* Class TaxDetail
|
||||
*/
|
||||
class TaxDetail extends BaseModel
|
||||
{
|
||||
/**
|
||||
* 预扣个税
|
||||
* @var string
|
||||
*/
|
||||
protected $personal_tax;
|
||||
/**
|
||||
* 预扣增值税
|
||||
* @var string
|
||||
*/
|
||||
protected $value_added_tax;
|
||||
/**
|
||||
* 预扣附加税费
|
||||
* @var string
|
||||
*/
|
||||
protected $additional_tax;
|
||||
/**
|
||||
* 实缴个税
|
||||
* @var string
|
||||
*/
|
||||
protected $received_personal_tax;
|
||||
/**
|
||||
* 实缴增值税
|
||||
* @var string
|
||||
*/
|
||||
protected $received_value_added_tax;
|
||||
/**
|
||||
* 实缴附加税费
|
||||
* @var string
|
||||
*/
|
||||
protected $received_additional_tax;
|
||||
/**
|
||||
* 用户预扣个税
|
||||
* @var string
|
||||
*/
|
||||
protected $user_personal_tax;
|
||||
/**
|
||||
* 平台企业预扣个税
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_personal_tax;
|
||||
/**
|
||||
* 用户预扣增值税
|
||||
* @var string
|
||||
*/
|
||||
protected $user_value_added_tax;
|
||||
/**
|
||||
* 平台企业预扣增值税
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_value_added_tax;
|
||||
/**
|
||||
* 用户预扣附加税费
|
||||
* @var string
|
||||
*/
|
||||
protected $user_additional_tax;
|
||||
/**
|
||||
* 平台企业预扣附加税费
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_additional_tax;
|
||||
/**
|
||||
* 用户实缴个税
|
||||
* @var string
|
||||
*/
|
||||
protected $user_received_personal_tax;
|
||||
/**
|
||||
* 平台企业实缴个税
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_received_personal_tax;
|
||||
/**
|
||||
* 用户实缴增值税
|
||||
* @var string
|
||||
*/
|
||||
protected $user_received_value_added_tax;
|
||||
/**
|
||||
* 平台企业实缴增值税
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_received_value_added_tax;
|
||||
/**
|
||||
* 用户实缴附加税费
|
||||
* @var string
|
||||
*/
|
||||
protected $user_received_additional_tax;
|
||||
/**
|
||||
* 平台企业实缴附加税费
|
||||
* @var string
|
||||
*/
|
||||
protected $dealer_received_additional_tax;
|
||||
/**
|
||||
* 预扣个税税率
|
||||
* @var string
|
||||
*/
|
||||
protected $personal_tax_rate;
|
||||
/**
|
||||
* 预扣个税速算扣除数
|
||||
* @var string
|
||||
*/
|
||||
protected $deduct_tax;
|
||||
|
||||
/**
|
||||
* 预扣个税
|
||||
* @var string $personal_tax
|
||||
*/
|
||||
public function setPersonalTax($personal_tax)
|
||||
{
|
||||
$this->personal_tax = $personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣个税
|
||||
* @return string
|
||||
*/
|
||||
public function getPersonalTax()
|
||||
{
|
||||
return $this->personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣增值税
|
||||
* @var string $value_added_tax
|
||||
*/
|
||||
public function setValueAddedTax($value_added_tax)
|
||||
{
|
||||
$this->value_added_tax = $value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣增值税
|
||||
* @return string
|
||||
*/
|
||||
public function getValueAddedTax()
|
||||
{
|
||||
return $this->value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣附加税费
|
||||
* @var string $additional_tax
|
||||
*/
|
||||
public function setAdditionalTax($additional_tax)
|
||||
{
|
||||
$this->additional_tax = $additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣附加税费
|
||||
* @return string
|
||||
*/
|
||||
public function getAdditionalTax()
|
||||
{
|
||||
return $this->additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴个税
|
||||
* @var string $received_personal_tax
|
||||
*/
|
||||
public function setReceivedPersonalTax($received_personal_tax)
|
||||
{
|
||||
$this->received_personal_tax = $received_personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴个税
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedPersonalTax()
|
||||
{
|
||||
return $this->received_personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴增值税
|
||||
* @var string $received_value_added_tax
|
||||
*/
|
||||
public function setReceivedValueAddedTax($received_value_added_tax)
|
||||
{
|
||||
$this->received_value_added_tax = $received_value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴增值税
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedValueAddedTax()
|
||||
{
|
||||
return $this->received_value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴附加税费
|
||||
* @var string $received_additional_tax
|
||||
*/
|
||||
public function setReceivedAdditionalTax($received_additional_tax)
|
||||
{
|
||||
$this->received_additional_tax = $received_additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 实缴附加税费
|
||||
* @return string
|
||||
*/
|
||||
public function getReceivedAdditionalTax()
|
||||
{
|
||||
return $this->received_additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户预扣个税
|
||||
* @var string $user_personal_tax
|
||||
*/
|
||||
public function setUserPersonalTax($user_personal_tax)
|
||||
{
|
||||
$this->user_personal_tax = $user_personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户预扣个税
|
||||
* @return string
|
||||
*/
|
||||
public function getUserPersonalTax()
|
||||
{
|
||||
return $this->user_personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业预扣个税
|
||||
* @var string $dealer_personal_tax
|
||||
*/
|
||||
public function setDealerPersonalTax($dealer_personal_tax)
|
||||
{
|
||||
$this->dealer_personal_tax = $dealer_personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业预扣个税
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerPersonalTax()
|
||||
{
|
||||
return $this->dealer_personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户预扣增值税
|
||||
* @var string $user_value_added_tax
|
||||
*/
|
||||
public function setUserValueAddedTax($user_value_added_tax)
|
||||
{
|
||||
$this->user_value_added_tax = $user_value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户预扣增值税
|
||||
* @return string
|
||||
*/
|
||||
public function getUserValueAddedTax()
|
||||
{
|
||||
return $this->user_value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业预扣增值税
|
||||
* @var string $dealer_value_added_tax
|
||||
*/
|
||||
public function setDealerValueAddedTax($dealer_value_added_tax)
|
||||
{
|
||||
$this->dealer_value_added_tax = $dealer_value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业预扣增值税
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerValueAddedTax()
|
||||
{
|
||||
return $this->dealer_value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户预扣附加税费
|
||||
* @var string $user_additional_tax
|
||||
*/
|
||||
public function setUserAdditionalTax($user_additional_tax)
|
||||
{
|
||||
$this->user_additional_tax = $user_additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户预扣附加税费
|
||||
* @return string
|
||||
*/
|
||||
public function getUserAdditionalTax()
|
||||
{
|
||||
return $this->user_additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业预扣附加税费
|
||||
* @var string $dealer_additional_tax
|
||||
*/
|
||||
public function setDealerAdditionalTax($dealer_additional_tax)
|
||||
{
|
||||
$this->dealer_additional_tax = $dealer_additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业预扣附加税费
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerAdditionalTax()
|
||||
{
|
||||
return $this->dealer_additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实缴个税
|
||||
* @var string $user_received_personal_tax
|
||||
*/
|
||||
public function setUserReceivedPersonalTax($user_received_personal_tax)
|
||||
{
|
||||
$this->user_received_personal_tax = $user_received_personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实缴个税
|
||||
* @return string
|
||||
*/
|
||||
public function getUserReceivedPersonalTax()
|
||||
{
|
||||
return $this->user_received_personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业实缴个税
|
||||
* @var string $dealer_received_personal_tax
|
||||
*/
|
||||
public function setDealerReceivedPersonalTax($dealer_received_personal_tax)
|
||||
{
|
||||
$this->dealer_received_personal_tax = $dealer_received_personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业实缴个税
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerReceivedPersonalTax()
|
||||
{
|
||||
return $this->dealer_received_personal_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实缴增值税
|
||||
* @var string $user_received_value_added_tax
|
||||
*/
|
||||
public function setUserReceivedValueAddedTax($user_received_value_added_tax)
|
||||
{
|
||||
$this->user_received_value_added_tax = $user_received_value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实缴增值税
|
||||
* @return string
|
||||
*/
|
||||
public function getUserReceivedValueAddedTax()
|
||||
{
|
||||
return $this->user_received_value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业实缴增值税
|
||||
* @var string $dealer_received_value_added_tax
|
||||
*/
|
||||
public function setDealerReceivedValueAddedTax($dealer_received_value_added_tax)
|
||||
{
|
||||
$this->dealer_received_value_added_tax = $dealer_received_value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业实缴增值税
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerReceivedValueAddedTax()
|
||||
{
|
||||
return $this->dealer_received_value_added_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实缴附加税费
|
||||
* @var string $user_received_additional_tax
|
||||
*/
|
||||
public function setUserReceivedAdditionalTax($user_received_additional_tax)
|
||||
{
|
||||
$this->user_received_additional_tax = $user_received_additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 用户实缴附加税费
|
||||
* @return string
|
||||
*/
|
||||
public function getUserReceivedAdditionalTax()
|
||||
{
|
||||
return $this->user_received_additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业实缴附加税费
|
||||
* @var string $dealer_received_additional_tax
|
||||
*/
|
||||
public function setDealerReceivedAdditionalTax($dealer_received_additional_tax)
|
||||
{
|
||||
$this->dealer_received_additional_tax = $dealer_received_additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 平台企业实缴附加税费
|
||||
* @return string
|
||||
*/
|
||||
public function getDealerReceivedAdditionalTax()
|
||||
{
|
||||
return $this->dealer_received_additional_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣个税税率
|
||||
* @var string $personal_tax_rate
|
||||
*/
|
||||
public function setPersonalTaxRate($personal_tax_rate)
|
||||
{
|
||||
$this->personal_tax_rate = $personal_tax_rate;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣个税税率
|
||||
* @return string
|
||||
*/
|
||||
public function getPersonalTaxRate()
|
||||
{
|
||||
return $this->personal_tax_rate;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣个税速算扣除数
|
||||
* @var string $deduct_tax
|
||||
*/
|
||||
public function setDeductTax($deduct_tax)
|
||||
{
|
||||
$this->deduct_tax = $deduct_tax;
|
||||
}
|
||||
|
||||
/**
|
||||
* 预扣个税速算扣除数
|
||||
* @return string
|
||||
*/
|
||||
public function getDeductTax()
|
||||
{
|
||||
return $this->deduct_tax;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user