\Yurun\PaySDK\Weixin\ProfitProfitSharingReceiver

分账接收方.

Summary

Methods
Properties
Constants
__toString()
toString()
$type
$account
$amount
$description
$name
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$type

$type : string

分账接收方类型.

MERCHANT_ID:商户号(mch_id或者sub_mch_id) PERSONAL_OPENID:个人openid

Type

string

$account

$account : string

分账接收方帐号.

类型是MERCHANT_ID时,是商户号(mch_id或者sub_mch_id) 类型是PERSONAL_OPENID时,是个人openid

Type

string

$amount

$amount : integer

分账金额.

分账金额,单位为分,只能为整数,不能超过原订单支付金额及最大分账比例金额

Type

integer

$description

$description : string

分账描述.

分账的原因描述,分账账单中需要体现

Type

string

$name

$name : string

分账个人接收方姓名.

可选项,在接收方类型为个人的时可选填,若有值,会检查与 name 是否实名匹配,不匹配会拒绝分账请求 1、分账接收方类型是PERSONAL_OPENID时,是个人姓名(选传,传则校验)

Type

string

Methods

__toString()

__toString() 

toString()

toString()