View Source Plaid.Accounts.Account.Owner.PhoneNumber (plaid v3.3.0)

Plaid Account Owner PhoneNumber data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.Accounts.Account.Owner.PhoneNumber{
  data: String.t(),
  primary: boolean(),
  type: String.t()
}