Enum libstripe::PaymentSourceParam [] [src]

pub enum PaymentSourceParam<'a> {
    BankAccount(BankAccountParam<'a>),
    Card(CardParam<'a>),
    Token(&'a str),
}

Variants

Trait Implementations

impl<'a> Debug for PaymentSourceParam<'a>
[src]

[src]

Formats the value using the given formatter.