public class QueryIncomeRecordParams extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private FundFlowAccountType |
accountType
账户类型,必填
|
private LocalDate |
date
日期,必填
|
private Integer |
limit
本次请求最大查询条数,必填
非0非负的整数,该次请求可返回的最大资源条数,最大支持100条。
|
private Integer |
offset
本次查询偏移量,选填
表示该次请求资源的起始位置,从0开始计数。
|
| 构造器和说明 |
|---|
QueryIncomeRecordParams() |
private FundFlowAccountType accountType
FundFlowAccountTypeprivate LocalDate date
private Integer offset
表示该次请求资源的起始位置,从0开始计数。调用方选填,默认为0。offset为20,limit为100时,查询第20-119条数据
private Integer limit
非0非负的整数,该次请求可返回的最大资源条数,最大支持100条。
Copyright © 2022. All rights reserved.