Class ExchangeRatesDto

java.lang.Object
com.github.badpop.jcoinbase.service.data.dto.ExchangeRatesDto

public class ExchangeRatesDto
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ExchangeRatesDto()  
  • Method Summary

    Modifier and Type Method Description
    ExchangeRates toExchangeRates()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExchangeRatesDto

      public ExchangeRatesDto()
  • Method Details