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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoinbaseButton.CoinbaseButtonBuilder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCallbackUrl()StringgetCancelUrl()StringgetCode()StringgetCurrency()StringgetCustom()StringgetDescription()StringgetId()StringgetInfoUrl()StringgetName()CoinbaseMoneygetPrice()StringgetPrice1()StringgetPrice2()StringgetPrice3()StringgetPrice4()StringgetPrice5()StringgetPriceString()CoinbaseRepeatgetRepeat()CoinbaseButtonStylegetStyle()StringgetSuccessUrl()List<String>getSuggestedPrices()StringgetText()CoinbaseButtonTypegetType()booleanisAutoReDirect()booleanisChoosePrice()booleanisCustomSecure()booleanisIncludeAddress()booleanisIncludeEmail()booleanisVariablePrice()StringtoString()-
Methods inherited from class org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
getErrors, isSuccess
-
-
-
-
Method Detail
-
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()
-
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:
toStringin classCoinbaseBaseResponse
-
-