Struct libstripe::Tokens [] [src]

pub struct Tokens {
    pub id: String,
    pub object: String,
    pub card: Option<Card>,
    pub bank_account: Option<BankAccount>,
    pub client_ip: Option<String>,
    pub created: i64,
    pub livemode: bool,
    pub token_type: TokenType,
    pub used: bool,
}

Fields

Methods

impl Tokens
[src]

[src]

[src]

Trait Implementations

impl Debug for Tokens
[src]

[src]

Formats the value using the given formatter.