[][src]Enum stripe::EventFilter

pub enum EventFilter {
    All,
    AccountApplicationAuthorized,
    AccountApplicationDeauthorized,
    AccountExternalAccountCreated,
    AccountExternalAccountDeleted,
    AccountExternalAccountUpdated,
    AccountUpdated,
    ApplicationFeeCreated,
    ApplicationFeeRefundUpdated,
    ApplicationFeeRefunded,
    BalanceAvailable,
    ChargeCaptured,
    ChargeDisputeClosed,
    ChargeDisputeCreated,
    ChargeDisputeFundsReinstated,
    ChargeDisputeFundsWithdrawn,
    ChargeDisputeUpdated,
    ChargeExpired,
    ChargeFailed,
    ChargePending,
    ChargeRefundUpdated,
    ChargeRefunded,
    ChargeSucceeded,
    ChargeUpdated,
    CheckoutSessionCompleted,
    CouponCreated,
    CouponDeleted,
    CouponUpdated,
    CreditNoteCreated,
    CreditNoteUpdated,
    CreditNoteVoided,
    CustomerCreated,
    CustomerDeleted,
    CustomerDiscountCreated,
    CustomerDiscountDeleted,
    CustomerDiscountUpdated,
    CustomerSourceCreated,
    CustomerSourceDeleted,
    CustomerSourceExpiring,
    CustomerSourceUpdated,
    CustomerSubscriptionCreated,
    CustomerSubscriptionDeleted,
    CustomerSubscriptionTrialWillEnd,
    CustomerSubscriptionUpdated,
    CustomerTaxIdCreated,
    CustomerTaxIdDeleted,
    CustomerTaxIdUpdated,
    CustomerUpdated,
    FileCreated,
    InvoiceCreated,
    InvoiceDeleted,
    InvoiceFinalized,
    InvoiceMarkedUncollectible,
    InvoicePaymentActionRequired,
    InvoicePaymentFailed,
    InvoicePaymentSucceeded,
    InvoiceSent,
    InvoiceUpcoming,
    InvoiceUpdated,
    InvoiceVoided,
    InvoiceitemCreated,
    InvoiceitemDeleted,
    InvoiceitemUpdated,
    IssuingAuthorizationCreated,
    IssuingAuthorizationRequest,
    IssuingAuthorizationUpdated,
    IssuingCardCreated,
    IssuingCardUpdated,
    IssuingCardholderCreated,
    IssuingCardholderUpdated,
    IssuingDisputeCreated,
    IssuingDisputeUpdated,
    IssuingSettlementCreated,
    IssuingSettlementUpdated,
    IssuingTransactionCreated,
    IssuingTransactionUpdated,
    OrderCreated,
    OrderPaymentFailed,
    OrderPaymentSucceeded,
    OrderUpdated,
    OrderReturnCreated,
    PaymentIntentAmountCapturableUpdated,
    PaymentIntentCreated,
    PaymentIntentPaymentFailed,
    PaymentIntentSucceeded,
    PaymentMethodAttached,
    PaymentMethodCardAutomaticallyUpdated,
    PaymentMethodDetached,
    PaymentMethodUpdated,
    PayoutCanceled,
    PayoutCreated,
    PayoutFailed,
    PayoutPaid,
    PayoutUpdated,
    PersonCreated,
    PersonDeleted,
    PersonUpdated,
    PlanCreated,
    PlanDeleted,
    PlanUpdated,
    ProductCreated,
    ProductDeleted,
    ProductUpdated,
    RecipientCreated,
    RecipientDeleted,
    RecipientUpdated,
    ReportingReportRunFailed,
    ReportingReportRunSucceeded,
    ReportingReportTypeUpdated,
    ReviewClosed,
    ReviewOpened,
    SigmaScheduledQueryRunCreated,
    SkuCreated,
    SkuDeleted,
    SkuUpdated,
    SourceCanceled,
    SourceChargeable,
    SourceFailed,
    SourceMandateNotification,
    SourceRefundAttributesRequired,
    SourceTransactionCreated,
    SourceTransactionUpdated,
    TaxRateCreated,
    TaxRateUpdated,
    TopupCanceled,
    TopupCreated,
    TopupFailed,
    TopupReversed,
    TopupSucceeded,
    TransferCreated,
    TransferFailed,
    TransferPaid,
    TransferReversed,
    TransferUpdated,
}

An enum representing the possible values of an WebhookEndpoint's enabled_events field.

Variants

AllAccountApplicationAuthorizedAccountApplicationDeauthorizedAccountExternalAccountCreatedAccountExternalAccountDeletedAccountExternalAccountUpdatedAccountUpdatedApplicationFeeCreatedApplicationFeeRefundUpdatedApplicationFeeRefundedBalanceAvailableChargeCapturedChargeDisputeClosedChargeDisputeCreatedChargeDisputeFundsReinstatedChargeDisputeFundsWithdrawnChargeDisputeUpdatedChargeExpiredChargeFailedChargePendingChargeRefundUpdatedChargeRefundedChargeSucceededChargeUpdatedCheckoutSessionCompletedCouponCreatedCouponDeletedCouponUpdatedCreditNoteCreatedCreditNoteUpdatedCreditNoteVoidedCustomerCreatedCustomerDeletedCustomerDiscountCreatedCustomerDiscountDeletedCustomerDiscountUpdatedCustomerSourceCreatedCustomerSourceDeletedCustomerSourceExpiringCustomerSourceUpdatedCustomerSubscriptionCreatedCustomerSubscriptionDeletedCustomerSubscriptionTrialWillEndCustomerSubscriptionUpdatedCustomerTaxIdCreatedCustomerTaxIdDeletedCustomerTaxIdUpdatedCustomerUpdatedFileCreatedInvoiceCreatedInvoiceDeletedInvoiceFinalizedInvoiceMarkedUncollectibleInvoicePaymentActionRequiredInvoicePaymentFailedInvoicePaymentSucceededInvoiceSentInvoiceUpcomingInvoiceUpdatedInvoiceVoidedInvoiceitemCreatedInvoiceitemDeletedInvoiceitemUpdatedIssuingAuthorizationCreatedIssuingAuthorizationRequestIssuingAuthorizationUpdatedIssuingCardCreatedIssuingCardUpdatedIssuingCardholderCreatedIssuingCardholderUpdatedIssuingDisputeCreatedIssuingDisputeUpdatedIssuingSettlementCreatedIssuingSettlementUpdatedIssuingTransactionCreatedIssuingTransactionUpdatedOrderCreatedOrderPaymentFailedOrderPaymentSucceededOrderUpdatedOrderReturnCreatedPaymentIntentAmountCapturableUpdatedPaymentIntentCreatedPaymentIntentPaymentFailedPaymentIntentSucceededPaymentMethodAttachedPaymentMethodCardAutomaticallyUpdatedPaymentMethodDetachedPaymentMethodUpdatedPayoutCanceledPayoutCreatedPayoutFailedPayoutPaidPayoutUpdatedPersonCreatedPersonDeletedPersonUpdatedPlanCreatedPlanDeletedPlanUpdatedProductCreatedProductDeletedProductUpdatedRecipientCreatedRecipientDeletedRecipientUpdatedReportingReportRunFailedReportingReportRunSucceededReportingReportTypeUpdatedReviewClosedReviewOpenedSigmaScheduledQueryRunCreatedSkuCreatedSkuDeletedSkuUpdatedSourceCanceledSourceChargeableSourceFailedSourceMandateNotificationSourceRefundAttributesRequiredSourceTransactionCreatedSourceTransactionUpdatedTaxRateCreatedTaxRateUpdatedTopupCanceledTopupCreatedTopupFailedTopupReversedTopupSucceededTransferCreatedTransferFailedTransferPaidTransferReversedTransferUpdated

Methods

impl EventFilter[src]

pub fn as_str(self) -> &'static str[src]

Trait Implementations

impl AsRef<str> for EventFilter[src]

impl Eq for EventFilter[src]

impl Clone for EventFilter[src]

impl PartialEq<EventFilter> for EventFilter[src]

impl Copy for EventFilter[src]

impl Display for EventFilter[src]

impl Debug for EventFilter[src]

impl Serialize for EventFilter[src]

impl<'de> Deserialize<'de> for EventFilter[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err

impl<T> Same<T> for T

type Output = T

Should always be Self