Enum stripe::RiskLevel[][src]

pub enum RiskLevel {
    Normal,
    Elevated,
    Highest,
    NotAssessed,
    Unknown,
}

An enum representing the possible values of a ChargeOutcome's risk_level field.

For more details see https://stripe.com/docs/api#charge_object-outcome-risk_level

Variants

Trait Implementations

impl PartialEq for RiskLevel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for RiskLevel
[src]

Formats the value using the given formatter. Read more

impl Clone for RiskLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for RiskLevel
[src]

Auto Trait Implementations

impl Send for RiskLevel

impl Sync for RiskLevel