\Yurun\PaySDK\Weixin\ProfitAdderReceiver

分账接收方-添加分账接收方.

Summary

Methods
Properties
Constants
__toString()
toString()
$type
$account
$name
$relation_type
$custom_relation
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

$name

$name : string

分账接收方全称.

分账接收方类型是MERCHANT_ID时,是商户全称(必传),当商户是小微商户或个体户时,是开户人姓名 分账接收方类型是PERSONAL_OPENID时,是个人姓名(选传,传则校验)

Type

string

$relation_type

$relation_type : string

与分账方的关系类型.

子商户与接收方的关系。 本字段值为枚举: SERVICE_PROVIDER:服务商 STORE:门店 STAFF:员工 STORE_OWNER:店主 PARTNER:合作伙伴 HEADQUARTER:总部 BRAND:品牌方 DISTRIBUTOR:分销商 USER:用户 SUPPLIER:供应商 CUSTOM:自定义

Type

string

$custom_relation

$custom_relation : string

自定义的分账关系.

子商户与接收方具体的关系,本字段最多10个字。 当字段relation_type的值为CUSTOM时,本字段必填 当字段relation_type的值不为CUSTOM时,本字段无需填写

Type

string

Methods

__toString()

__toString() 

toString()

toString()