Plaid.Accounts.Account.Owner (plaid v3.0.0) View Source
Plaid Account Owner data structure.
Link to this section Summary
Link to this section Types
Specs
t() :: %Plaid.Accounts.Account.Owner{ addresses: [Plaid.Accounts.Account.Owner.Address.t()], emails: [Plaid.Accounts.Account.Owner.Email.t()], names: [String.t()], phone_numbers: [Plaid.Accounts.Account.Owner.PhoneNumber.t()] }