Struct stripe::DeclineChargeDetails[][src]

pub struct DeclineChargeDetails {
    pub avs_failure: Option<bool>,
    pub cvc_failure: Option<bool>,
}

Fields

Trait Implementations

impl Debug for DeclineChargeDetails
[src]

Formats the value using the given formatter. Read more

impl Default for DeclineChargeDetails
[src]

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

Auto Trait Implementations