View Source NBP.Types.ExchangeRatesSeries (nbp v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %NBP.Types.ExchangeRatesSeries{
  code: NBP.currency_code_t(),
  currency: String.t(),
  rates: [NBP.Types.ExchangeRate.t()],
  table: NBP.currency_table_t()
}