Enum libstripe::PayoutType [] [src]

pub enum PayoutType {
    BankAccount,
    Card,
    AlipayAccount,
    BitcoinReceiver,
}

Variants

Trait Implementations

impl Debug for PayoutType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PayoutType

impl Sync for PayoutType