class

Plaid::LinkTokenGetSessionsResponse

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

An object containing information about a link session.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
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

finished_at

The timestamp at which the link session was finished, if available, in ISO 8601 format.

Source
finished_at=(new_value : Time | Nil)

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

Source
finished_at_present=(finished_at_present : Bool)
Source
finished_at_present?
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
on_exit
Source
on_exit=(new_value : LinkSessionExit | Nil)

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

Source
on_exit_present=(on_exit_present : Bool)
Source
on_exit_present?
Source
on_success
Source
on_success=(new_value : Plaid::LinkSessionSuccess | Nil)

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

Source
on_success_present=(on_success_present : Bool)
Source
on_success_present?
Source
started_at

The timestamp at which the link session was first started, in ISO 8601 format.

Source
started_at=(new_value : Time | Nil)

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