public interface CoinbaseTransactionInfo
Modifier and Type | Method and Description |
---|---|
CoinbaseMoney |
getAmount() |
Date |
getCreatedAt() |
String |
getId() |
String |
getIdempotencyKey() |
String |
getNotes() |
CoinbaseUser |
getRecipient() |
String |
getRecipientAddress() |
CoinbaseUser |
getSender() |
CoinbaseTransaction.CoinbaseTransactionStatus |
getStatus() |
String |
getTransactionHash() |
boolean |
isRequest() |
String getId()
Date getCreatedAt()
CoinbaseMoney getAmount()
boolean isRequest()
CoinbaseTransaction.CoinbaseTransactionStatus getStatus()
CoinbaseUser getSender()
CoinbaseUser getRecipient()
String getRecipientAddress()
String getNotes()
String getTransactionHash()
String getIdempotencyKey()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.