Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OrderQueryOptions

Hierarchy

  • OrderQueryOptions

Index

Properties

Optional out_trade_no

out_trade_no: string

商户订单号

description

商户系统内部订单号,要求32个字符内,只能是数字、大小写字母_-|*@ ,且在同一个商户号下唯一。 详见商户订单号

example

20150806125346

typedef

String(32)

Optional sign_type

sign_type: SignType

签名类型

description

签名类型,目前支持HMAC-SHA256和MD5,默认为MD5

example

HMAC-SHA256

typedef

String(32)

Optional transaction_id

transaction_id: string

微信订单号

description

微信的订单号,建议优先使用

example

1009660380201506130728806387

typedef

String(32)

Generated using TypeDoc