Class IndependentReserveSynchDigitalCurrencyDepositAddressWithBlockchainResponse
- java.lang.Object
-
- org.knowm.xchange.independentreserve.dto.trade.IndependentReserveSynchDigitalCurrencyDepositAddressWithBlockchainResponse
-
public class IndependentReserveSynchDigitalCurrencyDepositAddressWithBlockchainResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description IndependentReserveSynchDigitalCurrencyDepositAddressWithBlockchainResponse(String depositAddress, String lastChecked, String nextUpdate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDepositAddress()
Date
getLastChecked()
Date
getNextUpdate()
-
-
-
Constructor Detail
-
IndependentReserveSynchDigitalCurrencyDepositAddressWithBlockchainResponse
public IndependentReserveSynchDigitalCurrencyDepositAddressWithBlockchainResponse(String depositAddress, String lastChecked, String nextUpdate) throws com.fasterxml.jackson.databind.exc.InvalidFormatException
- Throws:
com.fasterxml.jackson.databind.exc.InvalidFormatException
-
-