\Yurun\PaySDK\AlipayApp\App\Params\PayBusinessParams

支付宝手机支付下单业务参数类.

Summary

Methods
Properties
Constants
__toString()
toString()
__construct()
$body
$subject
$out_trade_no
$timeout_express
$total_amount
$product_code
$goods_type
$passback_params
$promo_params
$extend_params
$enable_pay_channels
$disable_pay_channels
$store_id
$ext_user_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

$out_trade_no

$out_trade_no : string

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

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

$product_code

$product_code : string

销售产品码,与支付宝签约的产品码名称。 注:目前仅支持QUICK_WAP_WAY.

Type

string

$goods_type

$goods_type : integer

商品主类型:0—虚拟类商品,1—实物类商品(默认).

Type

integer

$passback_params

$passback_params : string

公用回传参数,如果请求时传递了该参数,则返回给商户时会回传该参数。支付宝只会在异步通知时将该参数原样返回。本参数必须进行UrlEncode之后才可以发送给支付宝.

Type

string

$promo_params

$promo_params : string

优惠参数 注:仅与支付宝协商后可用.

Type

string

$enable_pay_channels

$enable_pay_channels : string

可用渠道,用户只能在指定渠道范围内支付 当有多个渠道时用“,”分隔 注:与disable_pay_channels互斥.

Type

string

$disable_pay_channels

$disable_pay_channels : string

禁用渠道,用户不可用指定渠道支付 当有多个渠道时用“,”分隔 注:与enable_pay_channels互斥.

Type

string

$store_id

$store_id : string

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

Type

string

$ext_user_info

$ext_user_info : array

外部指定买家.

Type

array

Methods

__toString()

__toString() 

toString()

toString() 

__construct()

__construct()