class

Plaid::UserDataOverview

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

metadata for the set of insights provided in TransactionsUserInsightsGetResponse

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, transaction_count : Int32 | Nil = nil, days_available : 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)

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

days_available

The range of days of transactions available.

Source
days_available=(new_value : Int32 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] days_available 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_date

The date of the newest transaction processed to generate insights.

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 processed to generate insights.

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.

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.

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 total number of transactions.

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