Enum libstripe::DisputeReason [] [src]

pub enum DisputeReason {
    Duplicate,
    Fraudulent,
    SubscriptionCanceled,
    ProductUnacceptable,
    ProductNotReceived,
    Unrecognized,
    CreditNotProcessed,
    General,
    IncorrectAccountDetails,
    InsufficientFunds,
    BankCannotProcess,
    DebitNotAuthorized,
    CustomerInitiated,
}

Variants

Trait Implementations

impl Debug for DisputeReason
[src]

[src]

Formats the value using the given formatter.