Struct libstripe::Outcome [] [src]

pub struct Outcome {
    pub outcome_type: OutcomeType,
    pub network_status: NetworkStatus,
    pub reason: Option<OutcomeReason>,
    pub risk_level: RiskLevel,
    pub seller_message: Option<String>,
    pub rule: Option<String>,
}

Fields

Trait Implementations

impl Debug for Outcome
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Outcome

impl Sync for Outcome