\Yurun\PaySDK\Weixin\Profit\ProfitSharingReturnRequest

微信支付-分账回退.

Summary

Methods
Properties
Constants
__construct()
__onExecute()
$_apiMethod
$needAppID
$needMchID
$needSignType
$signType
$needNonceStr
$allowReport
$_method
$_isSyncVerify
$_contentType
$order_id
$out_order_no
$out_return_no
$return_account_type
$return_account
$return_amount
$description
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$_apiMethod

$_apiMethod : string

接口名称.

Type

string

$needAppID

$needAppID : boolean

参数中是否需要带有app_id.

Type

boolean

$needMchID

$needMchID : boolean

参数中是否需要带有mch_id.

Type

boolean

$needSignType

$needSignType : boolean

参数中是否需要带有sign_type.

Type

boolean

$signType

$signType : string

签名类型,为null时使用publicParams设置.

Type

string

$needNonceStr

$needNonceStr : boolean|string

参数中是否需要带有nonce_str 为true时,自动带上nonce_str 为false时,不带上nonce_str 为字符串时,使用该字符串作为nonce_str字段名.

Type

boolean|string

$allowReport

$allowReport : boolean

是否允许上报.

Type

boolean

$_method

$_method : string

接口请求方法.

Type

string

$_isSyncVerify

$_isSyncVerify : boolean

是否同步返回验证

Type

boolean

$_contentType

$_contentType : string|null

Content-Type.

Type

string|null

$order_id

$order_id : string

微信分账单号.

原发起分账请求时,微信返回的微信分账单号,与商户分账单号一一对应。微信分账单号与商户分账单号二选一填写

Type

string

$out_order_no

$out_order_no : string

商户分账单号.

原发起分账请求时使用的商户系统内部的分账单号。微信分账单号与商户分账单号二选一填写

Type

string

$out_return_no

$out_return_no : string

商户回退单号.

商户系统内部的回退单号,商户系统内部唯一,同一回退单号多次请求等同一次,只能是数字、大小写字母_-|*@ 。

Type

string

$return_account_type

$return_account_type : string

回退方类型.

枚举值: MERCHANT_ID:商户号(mch_id或者sub_mch_id) 暂时只支持从商户接收方回退分账金额

Type

string

$return_account

$return_account : string

回退方账号.

回退方类型是MERCHANT_ID时,填写商户号(mch_id或者sub_mch_id) 只能对原分账请求中成功分给商户接收方进行回退

Type

string

$return_amount

$return_amount : integer

回退金额.

需要从分账接收方回退的金额,单位为分,只能为整数,不能超过原始分账单分出给该接收方的金额

Type

integer

$description

$description : string

回退描述.

Type

string

Methods

__construct()

__construct() 

__onExecute()

__onExecute(\Yurun\PaySDK\Base  $sdk, string  $format) : boolean

当调用SDK的execute时触发,返回true时不执行SDK中默认的执行逻辑.

Parameters

\Yurun\PaySDK\Base $sdk
string $format

数据格式,json、xml等

Returns

boolean