plaid 9.0.1

Plaid client, generated from the OpenAPI spec.
Documentation
1
2
3
4
5
6
7
8
9
10
use serde::{Serialize, Deserialize};
///A value from a MISMO prescribed list that specifies financial assets in a mortgage loan transaction. Assets may be either liquid or fixed and are associated with a corresponding asset amount.
#[derive(Debug, Serialize, Deserialize, Clone)]
pub enum AssetType {
    CheckingAccount,
    SavingsAccount,
    Investment,
    MoneyMarketFund,
    Other,
}