\Yurun\PaySDK\AlipayCrossBorder\InStore\ModifyStatusRequest

支付宝境外到店支付-更新商户二维码状态请求类.

Summary

Methods
Properties
Constants
__onExecute()
__construct()
toArray()
$_syncResponseName
$_method
$_isSyncVerify
$_contentType
$service
$timestamp
$notify_url
$biz_type
$qrcode
$status
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

$timestamp

$timestamp : string

调用接口的北京时间,格式为yyyy-MM-dd HH:mm:ss.

Type

string

$notify_url

$notify_url : string

支付宝将在 HTTP Post 方法中异步通知结果。

Type

string

$biz_type

$biz_type : string

业务类型.

Type

string

$qrcode

$qrcode : string

成功生成代码后返回的二维码值

Type

string

$status

$status : string

状态 STOP: 停止二维码。如果用户扫描停止的二维码, 将通知他二维码无效。 RESTART: 二维码可以在重新启动后使用。 DELETE: 删除二维码。如果用户扫描删除的二维码, 他将被通知二维码是无效的。删除后无法重新启动代码。

Type

string

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()