Hexadecimal representation of the primary color used by the institution
Plaid::Institution
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Details relating to a specific financial institution
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Custom attribute writer method checking allowed values (enum). @param [Object] auth_metadata Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] country_codes Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] dtc_numbers Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Unique identifier for the institution. Note that the same institution may have multiple records, each with different institution IDs; for example, if the institution has migrated to OAuth, there may be separate institution_ids for the OAuth and non-OAuth versions of the institution. Institutions that operate in different countries or with multiple login portals may also have separate institution_ids for each country or portal.
Custom attribute writer method checking allowed values (enum). @param [Object] institution_id Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Base64 encoded representation of the institution's logo, returned as a base64 encoded 152x152 PNG. Not all institutions' logos are available.
Custom attribute writer method checking allowed values (enum). @param [Object] logo Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] name Object to be assigned
Indicates that the institution has an OAuth login flow. This will be true if OAuth is supported for any Items associated with the institution, even if the institution also supports non-OAuth connections.
Custom attribute writer method checking allowed values (enum). @param [Object] oauth Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] payment_initiation_metadata Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] primary_color Object to be assigned
A list of the Plaid products supported by the institution. Note that only institutions that support Instant Auth will return auth in the product array; institutions that do not list auth may still support other Auth methods such as Instant Match or Automated Micro-deposit Verification. To identify institutions that support those methods, use the auth_metadata object. For more details, see Full Auth coverage.
Custom attribute writer method checking allowed values (enum). @param [Object] products Object to be assigned
A partial list of routing numbers associated with the institution. This list is provided for the purpose of looking up institutions by routing number. It is not comprehensive and should never be used as a complete list of routing numbers for an institution.
Custom attribute writer method checking allowed values (enum). @param [Object] routing_numbers Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] status Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] url Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid