class

Plaid::LinkSessionSuccessMetadata

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

Displayed once a user has successfully linked their Item.

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

accounts

A list of accounts attached to the connected Item. If Account Select is enabled via the developer dashboard, accounts will only include selected accounts.

Source
accounts=(new_value : Array(Plaid::LinkSessionSuccessMetadataAccount) | Nil)

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

institution
Source
institution=(new_value : Plaid::LinkSessionSuccessMetadataInstitution | Nil)

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

Source
institution_present=(institution_present : Bool)
Source
institution_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
transfer_status
Source
transfer_status=(new_value : Plaid::LinkSessionSuccessMetadataTransferStatus | Nil)

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

Source
transfer_status_present=(transfer_status_present : Bool)
Source
transfer_status_present?
Source
valid?

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

Source