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
AccountUpdatedAccountExternalAccountCreatedAccountExternalAccountDeletedAccountExternalAccountUpdatedApplicationFeeCreatedApplicationFeeRefundedApplicationFeeRefundUpdatedBalanceAvailableChargeCapturedChargeFailedChargePendingChargeRefundedChargeSucceededChargeUpdatedChargeDisputeClosedChargeDisputeCreatedChargeDisputeFundsReinstatedChargeDisputeFundsWithdrawnChargeDisputeUpdatedChargeRefundUpdatedCouponCreatedCouponDeletedCouponUpdatedCustomerCreatedCustomerDeletedCustomerUpdatedCustomerDiscountCreatedCustomerDiscountDeletedCustomerDiscountUpdatedCustomerSourceCreatedCustomerSourceDeletedCustomerSourceUpdatedCustomerSubscriptionCreatedCustomerSubscriptionDeletedCustomerSubscriptionTrialWillEndCustomerSubscriptionUpdatedFileCreatedInvoiceCreatedInvoicePaymentFailedInvoicePaymentSucceededInvoiceUpdatedInvoiceUpcomingInvoiceItemCreatedInvoiceItemDeletedInvoiceItemUpdatedOrderCreatedOrderPaymentFailedOrderPaymentSucceededOrderUpdatedOrderReturnUpdatedPayoutCanceledPayoutCreatedPayoutFailedPayoutPaidPayoutUpdatedPlanCreatedPlanDeletedPlanUpdatedProductCreatedProductDeletedProductUpdatedReviewClosedReviewOpenedSigmaScheduledQueryRunCreatedSkuCreatedSkuDeletedSkuUpdatedSourceCanceledSourcechargeableSourceFailedSourceTransactionCreatedTransferCreatedTransferReversedTransferUpdated
Trait Implementations
impl Copy for EventType[src]
impl Copy for EventTypeimpl Clone for EventType[src]
impl Clone for EventTypefn clone(&self) -> EventType[src]
fn clone(&self) -> EventTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for EventType[src]
impl Debug for EventTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for EventType[src]
impl Eq for EventTypeimpl PartialEq for EventType[src]
impl PartialEq for EventTypefn eq(&self, other: &EventType) -> bool[src]
fn eq(&self, other: &EventType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for EventType[src]
impl Hash for EventType