Packages

An Elixir client library for the Binlist.net service.

Current section

Files

Jump to
binlist lib binlist country.ex
Raw

lib/binlist/country.ex

defmodule Binlist.Country do
defstruct numeric: nil,
alpha2: nil,
name: nil,
emoji: nil,
currency: nil,
latitude: nil,
longitude: nil
end