Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransfersOptions

Hierarchy

  • TransfersOptions

Index

Properties

amount

amount: number

金额

description

企业付款金额,单位为分

example

10099

typedef

int

check_name

check_name: string

校验用户姓名选项

description
  • NO_CHECK:不校验真实姓名
  • FORCE_CHECK:强校验真实姓名
example

FORCE_CHECK

typedef

String

desc

desc: string

企业付款描述信息

description

企业付款操作说明信息。必填。

example

理赔

typedef

String

Optional device_info

device_info: string

设备号

description

微信支付分配的终端设备号

example

013467007045764

typedef

String(32)

openid

openid: string

用户openid

description

商户appid下,某用户的openid

example

oxTWIuGaIt6gTKsQRLau2M0yL16E

typedef

String

partner_trade_no

partner_trade_no: string

商户订单号

description

商户订单号,需保持唯一性。(只能是字母或者数字,不能包含有符号)

example

10000098201411111234567890

typedef

String

Optional re_user_name

re_user_name: string

收款用户姓名

description

收款用户真实姓名。如果check_name设置为FORCE_CHECK,则必填用户真实姓名

example

王小王

typedef

String

spbill_create_ip

spbill_create_ip: string

Ip地址

description

该IP同在商户平台设置的IP白名单中的IP没有关联,该IP可传用户端或者服务端的IP。

example

192.168.0.1

typedef

String(32)

Generated using TypeDoc