Packages

A thin API wrapper for Open Exchange Rates (https://openexchangerates.org)

Current section

Files

Jump to
oxr lib data plan.ex
Raw

lib/data/plan.ex

defmodule Data.Plan do
defstruct [:name, :quota, :update_frequency, :features]
end