\Yurun\PaySDK\AlipayCrossBorder\Online\RefundRequest

支付宝境外在线支付-退款请求类.

Summary

Methods
Properties
Constants
__onExecute()
__construct()
toArray()
$_syncResponseName
$_method
$_isSyncVerify
$_contentType
$service
$out_return_no
$out_trade_no
$return_amount
$currency
$gmt_return
$return_rmb_amount
$reason
$product_code
$split_fund_info
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$_syncResponseName

$_syncResponseName : string

支付宝返回的json中xxx_response的名字.

Type

string

$_method

$_method : string

接口请求方法.

Type

string

$_isSyncVerify

$_isSyncVerify : boolean

是否同步返回验证

Type

boolean

$_contentType

$_contentType : string|null

Content-Type.

Type

string|null

$service

$service : string

接口名称.

Type

string

$out_return_no

$out_return_no : string

外部退款请求的ID.

Type

string

$out_trade_no

$out_trade_no : string

境外商户交易号(确保在境外商户系统中唯一).

Type

string

$return_amount

$return_amount : float

外币退款金额.

Type

float

$currency

$currency : string

外币币种.

Type

string

$gmt_return

$gmt_return : string

YYYYMMDDHHMMSS 北京时间(+8).

Type

string

$return_rmb_amount

$return_rmb_amount : float

人民币退款金额.

Type

float

$reason

$reason : string

退款原因.

Type

string

$product_code

$product_code : string

产品代码 网站支付: NEW_OVERSEAS_SELLER 手机浏览器或支付宝钱包支付: NEW_WAP_OVERSEAS_SELLER.

Type

string

$split_fund_info

$split_fund_info : \Yurun\PaySDK\AlipayCrossBorder\Online\Refund\array<\Yurun\PaySDK\AlipayCrossBorder\Params\SplitFundInfo>

分账信息.

Type

\Yurun\PaySDK\AlipayCrossBorder\Online\Refund\array<\Yurun\PaySDK\AlipayCrossBorder\Params\SplitFundInfo>

Methods

__onExecute()

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

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

Parameters

\Yurun\PaySDK\Base $sdk
string $format

数据格式,json、xml等

Returns

boolean

__construct()

__construct() 

toArray()

toArray()