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

Link to this section Summary

Link to this section Types

@type t() :: %NBP.Types.ExchangeRate{
  effective_date: Date.t(),
  mid: Decimal.t(),
  no: NBP.currency_table_no_t()
}