Plaid::DetectedAccount
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
A possible account detected to be associated with a transaction user.
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
The detected subtype of the account, based on the transactions to/from the institution.
Custom attribute writer method checking allowed values (enum). @param [Object] account_subtype Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] account_type 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
Amount of the most recent transaction associated with this detected account type at this financial institution.
Custom attribute writer method checking allowed values (enum). @param [Object] newest_transaction_amount Object to be assigned
The date of the newest transaction associated with this detected account type at this financial institution.
Custom attribute writer method checking allowed values (enum). @param [Object] newest_transaction_date Object to be assigned
The date of the oldest transaction associated with this detected account type at this financial institution.
Custom attribute writer method checking allowed values (enum). @param [Object] oldest_transaction_date Object to be assigned
Sum of inflow amounts associated with this detected account type at this financial institution.
Custom attribute writer method checking allowed values (enum). @param [Object] total_inflows Object to be assigned
Sum of outflow amounts associated with this detected account type at this financial institution.
Custom attribute writer method checking allowed values (enum). @param [Object] total_outflows Object to be assigned
The number of transactions associated with this detected account type at this financial institution.
Custom attribute writer method checking allowed values (enum). @param [Object] transaction_count Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid