Plaid.Accounts.Account.Owner (plaid v2.5.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()]
}