Class BitflyerBaseHistoryResponse

java.lang.Object
org.knowm.xchange.bitflyer.dto.account.BitflyerBaseHistoryResponse
Direct Known Subclasses:
BitflyerCoinHistory, BitflyerDepositOrWithdrawal

public abstract class BitflyerBaseHistoryResponse extends Object
A base class for history related responses
Author:
bryant_harris
  • Constructor Details

    • BitflyerBaseHistoryResponse

      public BitflyerBaseHistoryResponse()
  • Method Details

    • getID

      public String getID()
    • setID

      public void setID(String id)
    • getOrderID

      public String getOrderID()
    • setOrderID

      public void setOrderID(String orderID)
    • getCurrencyCode

      public String getCurrencyCode()
    • setCurrencyCode

      public void setCurrencyCode(String currencyCode)
    • getAmount

      public BigDecimal getAmount()
    • setAmount

      public void setAmount(BigDecimal amount)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getEventDate

      public String getEventDate()
    • setEventDate

      public void setEventDate(String eventDate)