Class CoinbasePaymentMethodsData.CoinbasePaymentMethod

    • Method Detail

      • 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)