plaid 9.0.1

Plaid client, generated from the OpenAPI spec.
Documentation
1
2
3
4
5
6
7
8
9
use serde::{Serialize, Deserialize};
/**Specifies the purpose of the uploaded file.

`"DUE_DILIGENCE"` - The transfer due diligence document of the originator.*/
#[derive(Debug, Serialize, Deserialize, Clone)]
pub enum TransferDocumentPurpose {
    #[serde(rename = "DUE_DILIGENCE")]
    DueDiligence,
}