Struct stripe::ChargeOutcome [] [src]

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

Fields

Trait Implementations

impl Debug for ChargeOutcome
[src]

Formats the value using the given formatter.