Class BitflyerDepositOrWithdrawal

java.lang.Object
org.knowm.xchange.bitflyer.dto.account.BitflyerBaseHistoryResponse
org.knowm.xchange.bitflyer.dto.account.BitflyerDepositOrWithdrawal

public class BitflyerDepositOrWithdrawal extends BitflyerBaseHistoryResponse
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 Details

    • BitflyerDepositOrWithdrawal

      public BitflyerDepositOrWithdrawal()
  • Method Details