View Source Plaid.Identity.PhoneNumber (elixir_plaid v1.2.1)

Plaid Identity Phone Number schema.

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Identity.PhoneNumber{
  data: String.t(),
  primary: boolean() | nil,
  type: String.t() | nil
}