Interface CoinbaseTransactionInfo
-
- All Known Implementing Classes:
CoinbaseTransaction,CoinbaseTransaction.CoinbaseRequestMoneyRequest,CoinbaseTransaction.CoinbaseSendMoneyRequest
public interface CoinbaseTransactionInfo- Author:
- jamespedwards42
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoinbaseMoneygetAmount()DategetCreatedAt()StringgetId()StringgetIdempotencyKey()StringgetNotes()CoinbaseUsergetRecipient()StringgetRecipientAddress()CoinbaseUsergetSender()CoinbaseTransaction.CoinbaseTransactionStatusgetStatus()StringgetTransactionHash()booleanisRequest()
-
-
-
Method Detail
-
getId
String getId()
-
getCreatedAt
Date getCreatedAt()
-
getAmount
CoinbaseMoney getAmount()
-
isRequest
boolean isRequest()
-
getStatus
CoinbaseTransaction.CoinbaseTransactionStatus getStatus()
-
getSender
CoinbaseUser getSender()
-
getRecipient
CoinbaseUser getRecipient()
-
getRecipientAddress
String getRecipientAddress()
-
getNotes
String getNotes()
-
getTransactionHash
String getTransactionHash()
-
getIdempotencyKey
String getIdempotencyKey()
-
-