class

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

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account_type : String | Nil = nil, account_subtype : String | Nil = nil, transaction_count : Int32 | Nil = nil, total_outflows : Float64 | Nil = nil, total_inflows : Float64 | Nil = nil, oldest_transaction_date : Time | Nil = nil, newest_transaction_date : Time | Nil = nil, newest_transaction_amount : Float64 | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

account_subtype

The detected subtype of the account, based on the transactions to/from the institution.

Source
account_subtype=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] account_subtype Object to be assigned

Source
account_type

The detected account type (depository, credit, loan, investment etc.).

Source
account_type=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] account_type Object to be assigned

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
newest_transaction_amount

Amount of the most recent transaction associated with this detected account type at this financial institution.

Source
newest_transaction_amount=(new_value : Float64 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] newest_transaction_amount Object to be assigned

Source
newest_transaction_date

The date of the newest transaction associated with this detected account type at this financial institution.

Source
newest_transaction_date=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] newest_transaction_date Object to be assigned

Source
oldest_transaction_date

The date of the oldest transaction associated with this detected account type at this financial institution.

Source
oldest_transaction_date=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] oldest_transaction_date Object to be assigned

Source
total_inflows

Sum of inflow amounts associated with this detected account type at this financial institution.

Source
total_inflows=(new_value : Float64 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] total_inflows Object to be assigned

Source
total_outflows

Sum of outflow amounts associated with this detected account type at this financial institution.

Source
total_outflows=(new_value : Float64 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] total_outflows Object to be assigned

Source
transaction_count

The number of transactions associated with this detected account type at this financial institution.

Source
transaction_count=(new_value : Int32 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] transaction_count Object to be assigned

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source