Struct stripe::ChargeOutcome[][src]

pub struct ChargeOutcome {
    pub outcome_type: String,
    pub network_status: String,
    pub reason: Option<String>,
    pub risk_level: Option<String>,
    pub seller_message: Option<String>,
    pub rule: Option<String>,
}

Fields

Trait Implementations

impl Debug for ChargeOutcome
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations