Available in Classic and VPC
This is the coin history.
Syntax
The syntax is as follows.
private String memberNo;
private Coin coin;
private List<CoinUseHistory> coinUseHistory;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
memberNo |
String | Required | Member number |
coin |
Coin | Required | Coin |
coinUseHistory |
List<CoinUseHistory> | Required | List<CoinUseHistory> data type |