plaid 9.0.1

Plaid client, generated from the OpenAPI spec.
Documentation
1
2
3
4
5
6
7
use serde::{Serialize, Deserialize};
///The versions of cashflow attributes
#[derive(Debug, Serialize, Deserialize, Clone)]
pub enum CashflowAttributesVersion {
    #[serde(rename = "v1.0")]
    V10,
}