Money v4.4.1 Money.ExchangeRates.Config View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Money.ExchangeRates.Config{
api_module: module() | nil,
cache_module: module() | nil,
callback_module: module() | nil,
log_levels: map(),
preload_historic_rates:
Date.t() | Date.Range.t() | {Date.t(), Date.t()} | nil,
retrieve_every: non_neg_integer() | nil,
retriever_options: map() | nil
}