설명
코인 이력 목록
구문
private Integer totalRows;
private List<CoinHistory> coinHistoryList;
필드
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
totalRows | Yes | Integer | |
coinHistoryList | Yes | List<CoinHistory> | List<CoinHistory> 데이터 타입 |
코인 이력 목록
private Integer totalRows;
private List<CoinHistory> coinHistoryList;
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
totalRows | Yes | Integer | |
coinHistoryList | Yes | List<CoinHistory> | List<CoinHistory> 데이터 타입 |