Packages

Module to discover the CreditCard brand based in the first digits

Current section

Files

Jump to
card_bin_ex lib brand visa.ex
Raw

lib/brand/visa.ex

defmodule CardBinEx.Brand.Visa do
@moduledoc false
@behaviour CardBinEx.Brand
@doc false
def patterns do
[4]
end
end