public class TradeBillRequest extends Object
Modifier and Type | Field and Description |
---|---|
private LocalDate |
billDate
账单日期,必传。
|
private TradeBillType |
billType
账单类型,不填则默认值为
TradeBillType.ALL |
private TarType |
tarType
压缩类型,不填默认值为数据流
|
Constructor and Description |
---|
TradeBillRequest() |
Modifier and Type | Method and Description |
---|---|
TradeBillRequest |
billType(TradeBillType billType)
Bill type trade bill request.
|
TradeBillRequest |
tarType(TarType tarType)
Tar type trade bill request.
|
private final LocalDate billDate
格式yyyy-MM-DD,仅支持三个月内的账单下载申请。
private TradeBillType billType
TradeBillType.ALL
TradeBillType
public TradeBillRequest billType(TradeBillType billType)
billType
- the bill typepublic TradeBillRequest tarType(TarType tarType)
tarType
- the tar typeCopyright © 2025. All rights reserved.