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 class
CoinbaseButton.CoinbaseButtonBuilder
-
Method Summary
Modifier and Type Method Description String
getCallbackUrl()
String
getCancelUrl()
String
getCode()
String
getCurrency()
String
getCustom()
String
getDescription()
String
getId()
String
getInfoUrl()
String
getName()
CoinbaseMoney
getPrice()
String
getPrice1()
String
getPrice2()
String
getPrice3()
String
getPrice4()
String
getPrice5()
String
getPriceString()
CoinbaseRepeat
getRepeat()
CoinbaseButtonStyle
getStyle()
String
getSuccessUrl()
List<String>
getSuggestedPrices()
String
getText()
CoinbaseButtonType
getType()
boolean
isAutoReDirect()
boolean
isChoosePrice()
boolean
isCustomSecure()
boolean
isIncludeAddress()
boolean
isIncludeEmail()
boolean
isVariablePrice()
String
toString()
Methods inherited from class org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
getErrors, isSuccess
-
Method Details
-
getType
-
getName
-
getDescription
-
getId
-
getPrice
-
getPriceString
-
getCurrency
-
getCustom
-
getStyle
-
getCode
-
getText
-
getRepeat
-
isCustomSecure
public boolean isCustomSecure() -
getCallbackUrl
-
getSuccessUrl
-
getCancelUrl
-
getInfoUrl
-
isAutoReDirect
public boolean isAutoReDirect() -
isVariablePrice
public boolean isVariablePrice() -
isChoosePrice
public boolean isChoosePrice() -
isIncludeAddress
public boolean isIncludeAddress() -
isIncludeEmail
public boolean isIncludeEmail() -
getSuggestedPrices
-
getPrice1
-
getPrice2
-
getPrice3
-
getPrice4
-
getPrice5
-
toString
- Overrides:
toString
in classCoinbaseBaseResponse
-