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};
///The communication method used to deliver the Hosted Link session
#[derive(Debug, Serialize, Deserialize, Clone)]
pub enum LinkDeliveryWebhookCommunicationMethod {
    #[serde(rename = "SMS")]
    Sms,
    #[serde(rename = "EMAIL")]
    Email,
}