Module plaid::api::data
[−]
[src]
Types that define data structures that are returned from the API.
Most of these types will implement rustc_serialize::Decodable
.
Reexports
pub use self::account::Account; |
pub use self::transaction::Transaction; |
pub use self::address::Address; |
pub use self::phone_number::PhoneNumber; |
pub use self::email::Email; |
Modules
account |
Representations of a user's bank account. |
address |
Stores types that represent addresses |
Strucutres to encapsulate an email as returned by the Plaid API |
|
phone_number |
Types to encapsulate a phone number, as represented by the Plaid API. |
transaction |
Representations of banking transactions. |
Type Definitions
AccessToken |
A user's secret access token |
Amount |
All amounts are represented in a 64-bit floating-point type. This is for legacy reasons and may change in the future. |
CategoryID |
Category identifiers are represented by an unsigned integer. |
ClientID |
Your client id from the Plaid dashboard. |
ClientSecret |
Your client secret from the Plaid dashboard. |
Date |
Dates are simply stored as their original |
Institution |
A user's institution. See here for a list. |
MFACode |
A user's multi-factor authentication code. |
Name |
A user's real namee. |
PIN |
A PIN number |
Password |
A user's bank account password. |
UID |
Unique identifiers in Plaid are represented as a globally unique hash. |
Username |
A user's bank account username. |