LinkSuccessMetadata class

The metadata object for the onSuccess callback

Constructors

LinkSuccessMetadata({required String linkSessionId, required LinkInstitution? institution, required List<LinkAccount> accounts})
LinkSuccessMetadata.fromJson(dynamic json)
factory

Properties

accounts List<LinkAccount>
A list of objects with the following properties:
final
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 null.
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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