class

Plaid::BaseReport

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

An object representing a Base Report

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, report_id : String | Nil = nil, date_generated : Time | Nil = nil, days_requested : Float64 | Nil = nil, items : Array(BaseReportItem) | 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

date_generated

The date and time when the Base Report was created, in ISO 8601 format (e.g. "2018-04-12T03:32:11Z").

Source
date_generated=(new_value : Time | Nil)

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

Source
days_requested

The number of days of transaction history requested.

Source
days_requested=(new_value : Float64 | Nil)

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

items

Data returned by Plaid about each of the Items included in the Base Report.

Source
items=(new_value : Array(BaseReportItem) | Nil)

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

A unique ID identifying an Base Report. Like all Plaid identifiers, this ID is case sensitive.

Source
report_id=(new_value : String | Nil)

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