Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DownloadFundFlowOptions

Hierarchy

  • DownloadFundFlowOptions

Index

Properties

account_type

account_type: string

资金账户类型

description

账单的资金来源账户:

  • Basic 基本账户
  • Operation 运营账户
  • Fees 手续费账户
example

Basic

typedef

String(8)

bill_date

bill_date: string

资金账单日期

description

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

example

20140603

typedef

String(8)

Optional sign_type

sign_type: SignType

签名类型

description

签名类型,目前仅支持HMAC-SHA256

example

HMAC-SHA256

typedef

String(32)

Optional tar_type

tar_type: string

压缩账单

description

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

example

GZIP

typedef

String(8)

Generated using TypeDoc