Class BitflyerDepositOrWithdrawal
java.lang.Object
org.knowm.xchange.bitflyer.dto.account.BitflyerBaseHistoryResponse
org.knowm.xchange.bitflyer.dto.account.BitflyerDepositOrWithdrawal
Object representing json returned from
GET /v1/me/getdeposits
or
GET /v1/me/getwithdrawals
Example [ { "id": 300, "order_id": "MDP20151014-101010-033333", "currency_code": "JPY", "amount": 10000, "status": "COMPLETED", "event_date": "2015-10-14T10:10:10.001" } ]
- Author:
- bryant_harris
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.knowm.xchange.bitflyer.dto.account.BitflyerBaseHistoryResponse
getAmount, getCurrencyCode, getEventDate, getID, getOrderID, getStatus, setAmount, setCurrencyCode, setEventDate, setID, setOrderID, setStatus