Faker.Gov.Us (Faker v0.16.0) View Source

Generating US Taxpayer Identification numbers

Link to this section Summary

Functions

Returns a random Employer Identification Number

Returns a random US Social Security number

Link to this section Functions

Specs

ein() :: String.t()

Returns a random Employer Identification Number

Examples

iex> Faker.Gov.Us.ein
"04-0389586"
iex> Faker.Gov.Us.ein
"07-8027034"
iex> Faker.Gov.Us.ein
"41-6859447"
iex> Faker.Gov.Us.ein
"83-6106581"

Specs

ssn() :: String.t()

Returns a random US Social Security number

Examples

iex> Faker.Gov.Us.ssn
"838-84-5749"
iex> Faker.Gov.Us.ssn
"719-41-8674"
iex> Faker.Gov.Us.ssn
"213-54-3766"
iex> Faker.Gov.Us.ssn
"379-09-6851"