class

Plaid::AssetReport

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

An object representing an Asset Report

Constructors

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

asset_report_id

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

Source
asset_report_id=(new_value : String | Nil)

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

Source
client_report_id

An identifier you determine and submit for the Asset Report.

Source
client_report_id=(new_value : String | Nil)

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

Source
date_generated

The date and time when the Asset 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 duration of transaction history you 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 Asset Report.

Source
items=(new_value : Array(AssetReportItem) | 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
user
Source
user=(new_value : AssetReportUser | Nil)

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