Class CoinbaseAddress
java.lang.Object
org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
org.knowm.xchange.coinbase.dto.account.CoinbaseAddress
public class CoinbaseAddress extends CoinbaseBaseResponse
- Author:
- jamespedwards42
-
Method Summary
Modifier and Type Method Description String
getAddress()
String
getCallbackUrl()
Date
getCreatedAt()
String
getLabel()
String
toString()
Methods inherited from class org.knowm.xchange.coinbase.dto.CoinbaseBaseResponse
getErrors, isSuccess
-
Method Details
-
getAddress
-
getCallbackUrl
-
getLabel
-
getCreatedAt
-
toString
- Overrides:
toString
in classCoinbaseBaseResponse
-