Enum stripe::CustomerSource [] [src]

pub enum CustomerSource<'a> {
    Token(&'a str),
    Card(CardParams<'a>),
}

Variants