\Yurun\PaySDK\AlipayApp\FTF\Params\PayBusinessParams

支付宝统一收单交易支付接口业务参数.

Summary

Methods
Properties
Constants
__toString()
toString()
__construct()
$out_trade_no
$scene
$auth_code
$product_code
$total_amount
$discountable_amount
$subject
$buyer_id
$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

$scene

$scene : string

支付场景 条码支付,取值:bar_code 声波支付,取值:wave_code.

Type

string

$auth_code

$auth_code : string

支付授权码,25~30开头的长度为16~24位的数字,实际字符串长度以开发者获取的付款码长度为准.

Type

string

$product_code

$product_code : string

销售产品码,与支付宝签约的产品码名称。

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

$buyer_id

$buyer_id : string

买家的支付宝用户id,如果为空,会从传入了码值信息中获取买家ID.

Type

string

$seller_id

$seller_id : string

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

Type

string

$body

$body : string

订单描述.

Type

string

$goods_detail

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

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

Type

\Yurun\PaySDK\AlipayApp\FTF\Params\Pay\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()