Class CoinbasePaymentMethodsData.CoinbasePaymentMethod

java.lang.Object
org.knowm.xchange.coinbase.v2.dto.account.CoinbasePaymentMethodsData.CoinbasePaymentMethod
Enclosing class:
CoinbasePaymentMethodsData

public static class CoinbasePaymentMethodsData.CoinbasePaymentMethod extends Object
  • Method Details

    • getId

      public String getId()
    • getName

      public String getName()
    • getType

      public String getType()
    • getCurrency

      public String getCurrency()
    • isPrimaryBuy

      public boolean isPrimaryBuy()
    • setPrimaryBuy

      public void setPrimaryBuy(boolean primaryBuy)
    • isPrimarySell

      public boolean isPrimarySell()
    • setPrimarySell

      public void setPrimarySell(boolean primarySell)
    • isAllowBuy

      public boolean isAllowBuy()
    • setAllowBuy

      public void setAllowBuy(boolean allowBuy)
    • isAllowSell

      public boolean isAllowSell()
    • setAllowSell

      public void setAllowSell(boolean allowSell)
    • isAllowDeposit

      public boolean isAllowDeposit()
    • setAllowDeposit

      public void setAllowDeposit(boolean allowDeposit)
    • isAllowWithdraw

      public boolean isAllowWithdraw()
    • setAllowWithdraw

      public void setAllowWithdraw(boolean allowWithdraw)
    • isInstantBuy

      public boolean isInstantBuy()
    • setInstantBuy

      public void setInstantBuy(boolean instantBuy)
    • isInstantSell

      public boolean isInstantSell()
    • setInstantSell

      public void setInstantSell(boolean instantSell)
    • isVerified

      public boolean isVerified()
    • setVerified

      public void setVerified(boolean verified)
    • toString

      public String toString()
      Overrides:
      toString in class Object