Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DownloadBillOptions

Hierarchy

  • DownloadBillOptions

Index

Properties

bill_date

bill_date: string

对账单日期

description

下载对账单的日期,格式:20140603

example

20140603

typedef

String(8)

bill_type

bill_type: string

账单类型

description
  • ALL,返回当日所有订单信息;
  • SUCCESS,默认值,返回当日成功支付的订单
  • REFUND,返回当日退款订单
  • RECHARGE_REFUND,返回当日充值退款订单
example

ALL

typedef

String(8)

Optional sign_type

sign_type: SignType

签名类型

description

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

example

HMAC-SHA256

typedef

String(32)

Optional tar_type

tar_type: string

压缩账单

description

非必传参数,固定值:GZIP,返回格式为.gzip的压缩包账单。不传则默认为数据流形式。

example

GZIP

typedef

String(8)

Generated using TypeDoc