\Yurun\PaySDK\AlipayApp\Wap\Params\PayBusinessParams

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

Summary

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

$product_code

$product_code : string

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

Type

string

$total_amount

$total_amount : float

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

Type

float

$subject

$subject : string

订单标题.

Type

string

$body

$body : string

订单描述.

Type

string

$passback_params

$passback_params : string

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

Type

string

$goods_type

$goods_type : integer

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

Type

integer

$timeout_express

$timeout_express : string

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

Type

string

$time_expire

$time_expire : string

绝对超时时间,格式为yyyy-MM-dd HH:mm。 注:1)以支付宝系统时间为准;2)如果和timeout_express参数同时传入,以time_expire为准。

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

$auth_token

$auth_token : string

获取用户授权信息,可实现如免登功能。获取方法请查阅:用户信息授权.

Type

string

$store_id

$store_id : string

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

Type

string

$quit_url

$quit_url : string

添加该参数后在h5支付收银台会出现返回按钮,可用于用户付款中途退出并返回到该参数指定的商户网站地址。 注:该参数对支付宝钱包标准收银台下的跳转不生效。

Type

string

$promo_params

$promo_params : string

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

Type

string

Methods

__toString()

__toString() 

toString()

toString() 

__construct()

__construct()