\Yurun\PaySDK\AlipayApp\MiniApp\Params\PayBusinessParams

支付宝小程序支付下单业务参数类.

Summary

Methods
Properties
Constants
__toString()
toString()
__construct()
$body
$subject
$buyer_id
$out_trade_no
$seller_id
$timeout_express
$total_amount
$discountable_amount
$product_code
$extend_params
$operator_id
$store_id
$terminal_id
$settle_info
$logistics_detail
$business_params
$receiver_address_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

$body

$body : string

订单描述.

Type

string

$subject

$subject : string

订单标题.

Type

string

$buyer_id

$buyer_id : string

买家的支付宝唯一用户号(2088开头的16位纯数字) 特殊可选.

Type

string

$out_trade_no

$out_trade_no : string

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

Type

string

$seller_id

$seller_id : string

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

Type

string

$timeout_express

$timeout_express : string

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

Type

string

$total_amount

$total_amount : float

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

Type

float

$discountable_amount

$discountable_amount : float

可打折金额.

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

Type

float

$product_code

$product_code : string

销售产品码。 如果签约的是当面付快捷版,则传OFFLINE_PAYMENT; 其它支付宝当面付产品传FACE_TO_FACE_PAYMENT; 不传默认使用FACE_TO_FACE_PAYMENT;.

Type

string

$operator_id

$operator_id : string

商户操作员编号.

Type

string

$store_id

$store_id : string

商户门店编号。该参数用于请求参数中以区分各门店,非必传项。

Type

string

$terminal_id

$terminal_id : string

商户机具终端编号.

Type

string

$settle_info

$settle_info : array

描述结算信息,json格式,详见结算参数说明.

Type

array

$logistics_detail

$logistics_detail : array

物流信息.

Type

array

$business_params

$business_params : array

商户传入业务信息,具体值要和支付宝约定,应用于安全,营销等参数直传场景,格式为json格式.

Type

array

$receiver_address_info

$receiver_address_info : array

收货人及地址信息.

Type

array

Methods

__toString()

__toString() 

toString()

toString() 

__construct()

__construct()