Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RefundQueryOptions

Hierarchy

  • RefundQueryOptions

Index

Properties

Optional offset

offset: number

偏移量

description

偏移量,当部分退款次数超过10次时可使用,表示返回的查询结果从这个偏移量开始取记录

example

15

typedef

Int

Optional out_refund_no

out_refund_no: string

商户退款单号

description

商户系统内部的退款单号,商户系统内部唯一,只能是数字、大小写字母_-|*@ ,同一退款单号多次请求只退一笔。

example

1217752501201407033233368018

typedef

String(64)

Optional out_trade_no

out_trade_no: string

商户订单号

description

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

example

1217752501201407033233368018

typedef

String(32)

Optional refund_id

refund_id: string

微信退款单号

description

微信生成的退款单号,在申请退款接口有返回

example

1217752501201407033233368018

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

微信订单号查询的优先级是: refund_id > out_refund_no > transaction_id > out_trade_no

example

1217752501201407033233368018

typedef

String(32)

Generated using TypeDoc