Enum libstripe::CustomerSource [] [src]

pub enum CustomerSource {
    BankAccount(BankAccount),
    Card(Card),
}

Variants

Trait Implementations

impl Debug for CustomerSource
[src]

[src]

Formats the value using the given formatter.