Enum libstripe::PayoutFailureCode [] [src]

pub enum PayoutFailureCode {
    AccountClosed,
    AccountFrozen,
    BankAccountRestricted,
    BankOwnershipChanged,
    CouldNotProcess,
    DebitNotAuthorized,
    InsufficientFunds,
    InvalidAccountNumber,
    InvalidCurrency,
    NoAccount,
    UnsupportedCard,
}

Variants

Trait Implementations

impl Debug for PayoutFailureCode
[src]

[src]

Formats the value using the given formatter.