CoinHistory
- Print
- PDF
CoinHistory
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 |
Was this article helpful?