plaid 9.0.1

Plaid client, generated from the OpenAPI spec.
Documentation
1
2
3
4
5
use super::IdentityUpdateTypes;
pub type AccountIdsWithUpdatedIdentity = std::collections::HashMap<
    String,
    Vec<IdentityUpdateTypes>,
>;