Struct stripe::CodeVerification[][src]

pub struct CodeVerification {
    pub attempts_remaining: i64,
    pub status: String,
}

Fields

Trait Implementations

impl Debug for CodeVerification
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations