Package com.blockchyp.client.dto
Interface ICryptocurrencyResponse
- All Known Implementing Classes:
AuthorizationResponse
public interface ICryptocurrencyResponse
Response details for a cryptocurrency transaction.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isConfirmed
boolean isConfirmed() -
getCryptoAuthorizedAmount
String getCryptoAuthorizedAmount() -
getCryptoNetworkFee
String getCryptoNetworkFee() -
getCryptocurrency
String getCryptocurrency() -
getCryptoNetwork
String getCryptoNetwork() -
getCryptoReceiveAddress
String getCryptoReceiveAddress() -
getCryptoBlock
String getCryptoBlock() -
getCryptoTransactionId
String getCryptoTransactionId() -
getCryptoPaymentRequest
String getCryptoPaymentRequest() -
getCryptoStatus
String getCryptoStatus()
-