Class CoinbaseButton

java.lang.Object
org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
org.knowm.xchange.coinbase.dto.merchant.CoinbaseButton

public class CoinbaseButton extends CoinbaseBaseResponse
Author:
jamespedwards42
  • Method Details

    • getType

      public CoinbaseButtonType getType()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getId

      public String getId()
    • getPrice

      public CoinbaseMoney getPrice()
    • getPriceString

      public String getPriceString()
    • getCurrency

      public String getCurrency()
    • getCustom

      public String getCustom()
    • getStyle

      public CoinbaseButtonStyle getStyle()
    • getCode

      public String getCode()
    • getText

      public String getText()
    • getRepeat

      public CoinbaseRepeat getRepeat()
    • isCustomSecure

      public boolean isCustomSecure()
    • getCallbackUrl

      public String getCallbackUrl()
    • getSuccessUrl

      public String getSuccessUrl()
    • getCancelUrl

      public String getCancelUrl()
    • getInfoUrl

      public String getInfoUrl()
    • isAutoReDirect

      public boolean isAutoReDirect()
    • isVariablePrice

      public boolean isVariablePrice()
    • isChoosePrice

      public boolean isChoosePrice()
    • isIncludeAddress

      public boolean isIncludeAddress()
    • isIncludeEmail

      public boolean isIncludeEmail()
    • getSuggestedPrices

      public List<String> getSuggestedPrices()
    • getPrice1

      public String getPrice1()
    • getPrice2

      public String getPrice2()
    • getPrice3

      public String getPrice3()
    • getPrice4

      public String getPrice4()
    • getPrice5

      public String getPrice5()
    • toString

      public String toString()
      Overrides:
      toString in class CoinbaseBaseResponse