# `Fields.PhoneNumber`

An Ecto Type for plaintext phone numbers.
Useful for publicly available numbers such as customer support.
See `Fields.PhoneNumberEncrypted` for storing numbers that are Personally Identifiable Information.

## Example

      schema "retailers" do
        field(:phone_number, Fields.PhoneNumber)
      end

# `cast`

# `dump`

# `embed_as`

# `equal?`

# `load`

# `type`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
