Struct stripe::FraudDetails [] [src]

pub struct FraudDetails {
    pub user_report: Option<String>,
    pub stripe_report: Option<String>,
}

Fields

Trait Implementations

impl Debug for FraudDetails
[src]

Formats the value using the given formatter.

impl Default for FraudDetails
[src]

Returns the "default value" for a type. Read more