class

Plaid::RecurringTransactions

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

Insights object for recurring transactions for /beta/transactions/user_insights/v1/get endpoint

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, inflow_streams : Array(RecurringInsightsStream) | Nil = nil, outflow_streams : Array(RecurringInsightsStream) | 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

hash(hasher)

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

inflow_streams

An array of inflow transaction streams (e.g., income).

Source
inflow_streams=(new_value : Array(RecurringInsightsStream) | Nil)

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

Source
list_invalid_properties

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

Source
outflow_streams

An array of outflow transaction streams (e.g., subscriptions, bills, loan payments).

Source
outflow_streams=(new_value : Array(RecurringInsightsStream) | Nil)

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