\Yurun\PaySDK\AlipayApp\FTF\Params\QRBusinessParams

支付宝统一收单线下交易预创建(扫码支付)业务参数类.

Summary

Methods
Properties
Constants
__toString()
toString()
__construct()
$out_trade_no
$total_amount
$discountable_amount
$subject
$seller_id
$body
$goods_detail
$extend_params
$operator_id
$store_id
$terminal_id
$timeout_express
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$out_trade_no

$out_trade_no : string

商户订单号,64个字符以内、可包含字母、数字、下划线;需保证在商户端不重复.

Type

string

$total_amount

$total_amount : float

订单总金额,单位为元,精确到小数点后两位,取值范围[0.01,100000000].

Type

float

$discountable_amount

$discountable_amount : float

参与优惠计算的金额,单位为元,精确到小数点后两位,取值范围[0.01,100000000]。 如果该值未传入,但传入了【订单总金额】和【不可打折金额】,则该值默认为【订单总金额】-【不可打折金额】.

Type

float

$subject

$subject : string

订单标题.

Type

string

$seller_id

$seller_id : string

如果该值为空,则默认为商户签约账号对应的支付宝用户ID.

Type

string

$body

$body : string

订单描述.

Type

string

$goods_detail

$goods_detail : \Yurun\PaySDK\AlipayApp\FTF\Params\QR\array<\Yurun\PaySDK\AlipayApp\FTF\Params\GoodsDetail>

订单包含的商品列表信息.

Type

\Yurun\PaySDK\AlipayApp\FTF\Params\QR\array<\Yurun\PaySDK\AlipayApp\FTF\Params\GoodsDetail>

$operator_id

$operator_id : string

商户操作员编号.

Type

string

$store_id

$store_id : string

商户门店编号.

Type

string

$terminal_id

$terminal_id : string

商户机具终端编号.

Type

string

$timeout_express

$timeout_express : string

该笔订单允许的最晚付款时间,逾期将关闭交易。取值范围:1m~15d。m-分钟,h-小时,d-天,1c-当天(1c-当天的情况下,无论交易何时创建,都在0点关闭)。 该参数数值不接受小数点, 如 1.5h,可转换为 90m.

Type

string

Methods

__toString()

__toString() 

toString()

toString() 

__construct()

__construct()