class

Plaid::ProcessorTransactionsGetResponse

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

ProcessorTransactionsGetResponse defines the response schema for /processor/transactions/get

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account : AccountBase | Nil = nil, transactions : Array(Plaid::Transaction) | Nil = nil, total_transactions : Int32 | Nil = nil, request_id : 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

account
Source
account=(new_value : AccountBase | Nil)

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

A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

Source
request_id=(new_value : String | Nil)

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

Source
total_transactions

The total number of transactions available within the date range specified. If total_transactions is larger than the size of the transactions array, more transactions are available and can be fetched via manipulating the offset parameter.

Source
total_transactions=(new_value : Int32 | Nil)

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

Source
transactions

An array containing transactions from the account. Transactions are returned in reverse chronological order, with the most recent at the beginning of the array. The maximum number of transactions returned is determined by the count parameter.

Source
transactions=(new_value : Array(Plaid::Transaction) | Nil)

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