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 webhook codes that can be fired by this test endpoint.
#[derive(Debug, Serialize, Deserialize, Clone)]
pub enum SandboxIncomeWebhookFireRequestWebhookCode {
    #[serde(rename = "INCOME_VERIFICATION")]
    IncomeVerification,
    #[serde(rename = "INCOME_VERIFICATION_RISK_SIGNALS")]
    IncomeVerificationRiskSignals,
}