plaid v2.2.0 Plaid.Institutions.Institution View Source
Plaid Institution data structure.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Plaid.Institutions.Institution{
country_codes: [String.t()],
credentials: [Plaid.Institutions.Institution.Credentials.t()],
has_mfa: false | true,
input_spec: String.t(),
institution_id: String.t(),
logo: String.t(),
mfa: [String.t()],
mfa_code_type: String.t(),
name: String.t(),
oauth: boolean(),
primary_color: String.t(),
products: [String.t()],
request_id: String.t(),
routing_numbers: [String.t()],
status: Plaid.Institutions.Institution.Status.t(),
url: String.t()
}