Enum libstripe::BalanceType [] [src]

pub enum BalanceType {
    Adjustment,
    ApplicationFee,
    ApplicationFeeRefund,
    Charge,
    Payment,
    PaymentFailureRefund,
    PaymentRefund,
    Refund,
    Transfer,
    TransferRefund,
    Payout,
    PayoutCancel,
    PayoutFailure,
    Validation,
    StripeFee,
}

Variants

Trait Implementations

impl Debug for BalanceType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BalanceType

impl Sync for BalanceType