Enum stripe::EventType[][src]

pub enum EventType {
    AccountUpdated,
    AccountApplicationDeauthorized,
    AccountExternalAccountCreated,
    AccountExternalAccountDeleted,
    AccountExternalAccountUpdated,
    ApplicationFeeCreated,
    ApplicationFeeRefunded,
    ApplicationFeeRefundUpdated,
    BalanceAvailable,
    ChargeCaptured,
    ChargeFailed,
    ChargePending,
    ChargeRefunded,
    ChargeSucceeded,
    ChargeUpdated,
    ChargeDisputeClosed,
    ChargeDisputeCreated,
    ChargeDisputeFundsReinstated,
    ChargeDisputeFundsWithdrawn,
    ChargeDisputeUpdated,
    ChargeRefundUpdated,
    CouponCreated,
    CouponDeleted,
    CouponUpdated,
    CustomerCreated,
    CustomerDeleted,
    CustomerUpdated,
    CustomerDiscountCreated,
    CustomerDiscountDeleted,
    CustomerDiscountUpdated,
    CustomerSourceCreated,
    CustomerSourceDeleted,
    CustomerSourceUpdated,
    CustomerSubscriptionCreated,
    CustomerSubscriptionDeleted,
    CustomerSubscriptionTrialWillEnd,
    CustomerSubscriptionUpdated,
    FileCreated,
    InvoiceCreated,
    InvoicePaymentFailed,
    InvoicePaymentSucceeded,
    InvoiceUpdated,
    InvoiceUpcoming,
    InvoiceItemCreated,
    InvoiceItemDeleted,
    InvoiceItemUpdated,
    OrderCreated,
    OrderPaymentFailed,
    OrderPaymentSucceeded,
    OrderUpdated,
    OrderReturnUpdated,
    PayoutCanceled,
    PayoutCreated,
    PayoutFailed,
    PayoutPaid,
    PayoutUpdated,
    PlanCreated,
    PlanDeleted,
    PlanUpdated,
    ProductCreated,
    ProductDeleted,
    ProductUpdated,
    ReviewClosed,
    ReviewOpened,
    SigmaScheduledQueryRunCreated,
    SkuCreated,
    SkuDeleted,
    SkuUpdated,
    SourceCanceled,
    Sourcechargeable,
    SourceFailed,
    SourceTransactionCreated,
    TransferCreated,
    TransferReversed,
    TransferUpdated,
}

Variants

Trait Implementations

impl Debug for EventType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EventType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for EventType

impl Sync for EventType