LinkProduct enum

Options for specifying the Plaid products to use.

For more information visit the Plaid Products page (https://plaid.com/products/).

Inheritance

Constructors

LinkProduct()
const

Values

assets → const LinkProduct

Historical snapshots, real-time summaries, and auditable copies.

auth → const LinkProduct

Verify accounts for payments without micro-deposits.

identity → const LinkProduct

Verify user identities with bank account data to reduce fraud.

income → const LinkProduct

Validate income and verify employer info more accurately.

investments → const LinkProduct

Build a holistic view of a user’s investments

liabilities → const LinkProduct

Access liabilities data for student loans and credit cards

transactions → const LinkProduct

Account and transaction data to better serve users.

payment_initiation → const LinkProduct

Gives clients access to details of their users' investment accounts like holdings and buy/sell transactions

deposit_switch → const LinkProduct

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

values → const List<LinkProduct>
A constant List of the values in this enum, in order of their declaration.