class

Plaid::LinkCallbackMetadata

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

Information related to the callback from the hosted 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

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(LinkDeliveryAccount) | Nil)

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

Source
callback_type
Source
callback_type=(new_value : Plaid::LinkDeliveryWebhookCallbackType | Nil)

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

Source
event_name
Source
event_name=(new_value : Plaid::LinkEventName | Nil)

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

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

The request ID for the last request made by Link. This can be shared with Plaid Support to expedite investigation.

Source
request_id=(new_value : String | Nil)

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

Source
status

Indicates where in the flow the Link user exited

Source
status=(new_value : String | Nil)

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