class

Plaid::RecurringInsightsStream

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

Insights object for recurring transactions streams.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, stream_id : String | Nil = nil, merchant_name : String | Nil = nil, average_days_apart : Float64 | Nil = nil, is_active : Bool | Nil = nil, description : String | Nil = nil, oldest_transaction_date : Time | Nil = nil, newest_transaction_date : Time | Nil = nil, frequency : Plaid::RecurringTransactionFrequency | Nil = nil, transaction_count : Int32 | Nil = nil, transaction_ids : Array(String) | Nil = nil, average_amount : TransactionStreamAmount | Nil = nil, newest_transaction_amount : TransactionStreamAmount | Nil = nil, status : Plaid::TransactionStreamStatus | Nil = nil, personal_finance_category_primary : String | Nil = nil, personal_finance_category_detailed : String | 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

average_amount
Source
average_amount=(new_value : TransactionStreamAmount | Nil)

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

Source
average_days_apart

The average number of days between each of the recurring transactions.

Source
average_days_apart=(new_value : Float64 | Nil)

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

Source
description

The client-provided raw description of the most recent transaction in the stream.

Source
description=(new_value : String | Nil)

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

Source
frequency
Source
frequency=(new_value : Plaid::RecurringTransactionFrequency | Nil)

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

is_active

Indicates whether the transaction stream is still live.

Source
is_active=(new_value : Bool | Nil)

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

The merchant or primary counterparty associated with the transaction stream.

Source
merchant_name=(new_value : String | Nil)

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

Source
newest_transaction_amount
Source
newest_transaction_amount=(new_value : TransactionStreamAmount | Nil)

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

Source
newest_transaction_date

The posted date of the latest transaction in the stream.

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 posted date of the earliest transaction in the stream.

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
personal_finance_category_detailed

The detailed category associated with the transaction stream.

Source
personal_finance_category_detailed=(new_value : String | Nil)

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

Source
personal_finance_category_primary

The primary category associated with the transaction stream.

Source
personal_finance_category_primary=(new_value : String | Nil)

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

Source
status
Source
status=(new_value : Plaid::TransactionStreamStatus | Nil)

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

Source
stream_id

A unique id for the stream.

Source
stream_id=(new_value : String | Nil)

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

Source
transaction_count

The number of transactions in this stream.

Source
transaction_count=(new_value : Int32 | Nil)

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

Source
transaction_ids

An array of Plaid transaction IDs belonging to the stream, sorted by posted date.

Source
transaction_ids=(new_value : Array(String) | Nil)

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