Enum libstripe::SourceType [] [src]

pub enum SourceType {
    Card,
    ThreeDSecure,
    Giropay,
    SepaDebit,
    Ideal,
    Sofort,
    Bancontact,
    Alipay,
    Bitcoin,
}

Variants

Trait Implementations

impl Debug for SourceType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SourceType

impl Sync for SourceType