LinkExitMetadata class

The metadata object for the onExit callback

Constructors

LinkExitMetadata({required String? status, required String? requestId, required String? linkSessionId, required LinkInstitution? institution})
LinkExitMetadata.fromJson(dynamic json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
institution LinkInstitution?
An institution object. If the Item was created via Same-Day micro-deposit verification, will be omitted.
final
linkSessionId String?
A unique identifier associated with a user's actions and events through the Link flow. Include this identifier when opening a support ticket for faster turnaround.
final
requestId String?
The request ID for the last request made by Link. This can be shared with Plaid Support to expedite investigation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The value of the status key indicates the point at which the user exited the Link flow. Can be one of the following values:
final

Methods

description() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited