Plaid::BaseReportAccountInsights
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Calculated insights derived from transaction-level data.
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] average_days_between_transactions Object to be assigned
Average amount of debit transactions into account. This field will be null for non-depository accounts. This field only takes into account USD transactions from the account.
Custom attribute writer method checking allowed values (enum). @param [Object] average_inflow_amount Object to be assigned
Average amount of credit transactions into account. This field will be null for non-depository accounts. This field only takes into account USD transactions from the account.
Custom attribute writer method checking allowed values (enum). @param [Object] average_outflow_amount Object to be assigned
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
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] longest_gap_between_transactions Object to be assigned
Date of the most recent transaction in the base report for the account.
Custom attribute writer method checking allowed values (enum). @param [Object] most_recent_transaction_date Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] number_of_days_no_transactions Object to be assigned
The number of debits into the account. This field will be null for non-depository accounts.
Custom attribute writer method checking allowed values (enum). @param [Object] number_of_inflows Object to be assigned
The number of credit into the account. This field will be null for non-depository accounts.
Custom attribute writer method checking allowed values (enum). @param [Object] number_of_outflows Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] oldest_transaction_date Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid