Plaid::Owner
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Data returned from the financial institution about the owner or owners of an account. Only the names array must be non-empty.
Constructors
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Data about the various addresses associated with the account by the financial institution. May be an empty array if no relevant information is returned from the financial institution.
Custom attribute writer method checking allowed values (enum). @param [Object] addresses Object to be assigned
A list of email addresses associated with the account by the financial institution. May be an empty array if no relevant information is returned from the financial institution.
Custom attribute writer method checking allowed values (enum). @param [Object] emails 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
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
A list of names associated with the account by the financial institution. In the case of a joint account, Plaid will make a best effort to report the names of all account holders. If an Item contains multiple accounts with different owner names, some institutions will report all names associated with the Item in each account's names array.
Custom attribute writer method checking allowed values (enum). @param [Object] names Object to be assigned
A list of phone numbers associated with the account by the financial institution. May be an empty array if no relevant information is returned from the financial institution.
Custom attribute writer method checking allowed values (enum). @param [Object] phone_numbers Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid