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]

[src]

Formats the value using the given formatter.

impl Default for DeclineChargeDetails
[src]

[src]

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