Enum libstripe::TokenType [] [src]

pub enum TokenType {
    Card,
    BankAccount,
}

Variants

Trait Implementations

impl Debug for TokenType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TokenType

impl Sync for TokenType