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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCurrency()StringgetId()StringgetName()StringgetType()booleanisAllowBuy()booleanisAllowDeposit()booleanisAllowSell()booleanisAllowWithdraw()booleanisInstantBuy()booleanisInstantSell()booleanisPrimaryBuy()booleanisPrimarySell()booleanisVerified()voidsetAllowBuy(boolean allowBuy)voidsetAllowDeposit(boolean allowDeposit)voidsetAllowSell(boolean allowSell)voidsetAllowWithdraw(boolean allowWithdraw)voidsetInstantBuy(boolean instantBuy)voidsetInstantSell(boolean instantSell)voidsetPrimaryBuy(boolean primaryBuy)voidsetPrimarySell(boolean primarySell)voidsetVerified(boolean verified)StringtoString()
-
-
-
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)
-
-