class

Plaid::ItemStatusInvestments

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

Information about the last successful and failed investments update for the Item.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, last_successful_update : Time | Nil = nil, last_failed_update : Time | 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

last_failed_update

ISO 8601 timestamp of the last failed investments update for the Item. The status will update each time Plaid fails an attempt to connect with the institution, regardless of whether any new data is available in the update.

Source
last_failed_update=(new_value : Time | Nil)

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

Source
last_failed_update_present=(last_failed_update_present : Bool)
Source
last_failed_update_present?
Source
last_successful_update

ISO 8601 timestamp of the last successful investments update for the Item. The status will update each time Plaid successfully connects with the institution, regardless of whether any new data is available in the update.

Source
last_successful_update=(new_value : Time | Nil)

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

Source
last_successful_update_present=(last_successful_update_present : Bool)
Source
last_successful_update_present?
Source
list_invalid_properties

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

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source