Class CoinbaseProCurrencyDetails

java.lang.Object
org.knowm.xchange.coinbasepro.dto.marketdata.CoinbaseProCurrencyDetails

public class CoinbaseProCurrencyDetails extends Object
  • Constructor Details

    • CoinbaseProCurrencyDetails

      public CoinbaseProCurrencyDetails(String symbol, int networkConfirmations, List<String> pushPaymentMethods, List<String> groupTypes, String cryptoAddressLink, String type, int sortOrder, String cryptoTransactionLink, BigDecimal minWithdrawalAmount)
  • Method Details

    • getSymbol

      public String getSymbol()
    • getNetworkConfirmations

      public int getNetworkConfirmations()
    • getPushPaymentMethods

      public List<String> getPushPaymentMethods()
    • getGroupTypes

      public List<String> getGroupTypes()
    • getCryptoAddressLink

      public String getCryptoAddressLink()
    • getType

      public String getType()
    • getSortOrder

      public int getSortOrder()
    • getCryptoTransactionLink

      public String getCryptoTransactionLink()
    • getMinWithdrawalAmount

      public BigDecimal getMinWithdrawalAmount()
    • toString

      public String toString()
      Overrides:
      toString in class Object