Plaid::BaseReportAccount
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Base Report information about an account
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] _type Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] account_insights Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] balances Object to be assigned
The duration of transaction history available for this Item, typically defined as the time since the date of the earliest transaction in that account. Only returned by Base Report endpoints.
Custom attribute writer method checking allowed values (enum). @param [Object] days_available 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
Calculated data about the historical balances on the account. Only returned by Base Report endpoints and currently not supported by brokerage or investment accounts.
Custom attribute writer method checking allowed values (enum). @param [Object] historical_balances Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
The last 2-4 alphanumeric characters of an account's official account number. Note that the mask may be non-unique between an Item's accounts, and it may also not match the mask that the bank displays to the user.
Custom attribute writer method checking allowed values (enum). @param [Object] mask Object to be assigned
The name of the account, either assigned by the user or by the financial institution itself
Custom attribute writer method checking allowed values (enum). @param [Object] name Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] official_name Object to be assigned
Data returned by the financial institution about the account owner or owners. For business accounts, the name reported may be either the name of the individual or the name of the business, depending on the institution. Multiple owners on a single account will be represented in the same owner object, not in multiple owner objects within the array.
Custom attribute writer method checking allowed values (enum). @param [Object] owners Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] ownership_type Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] subtype Object to be assigned
Transaction history associated with the account. Only returned by Base Report endpoints. Transaction history returned by endpoints such as /transactions/get or /investments/transactions/get will be returned in the top-level transactions field instead.
Custom attribute writer method checking allowed values (enum). @param [Object] transactions Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid