Enum libstripe::EventType
[−]
[src]
pub enum EventType {
AccountUpdated,
AccountApplicationDeauthorized,
AccountExternalAccountCreated,
AccountExternalAccountDeleted,
AccountExternalAccountUpdated,
ApplicationFeeCreated,
ApplicationFeeRefunded,
ApplicationFeeRefundUpdated,
BalanceAvailable,
BitcoinReceiverUpdated,
BitcoinReceiverCreated,
BitcoinReceiverTransactionCreated,
ChargeSucceeded,
ChargeFailed,
ChargePending,
ChargeRefunded,
ChargeUpdated,
ChargeDisputeClosed,
ChargeDisputeCreated,
ChargeDisputeFundsReinstated,
ChargeDisputeFundsWithdrawn,
ChargeDisputeUpdated,
ChargeRefundUpdated,
CouponCreated,
CouponDeleted,
CouponUpdated,
CustomerCreated,
CustomerDeleted,
CustomerUpdated,
CustomerDiscountCreated,
CustomerDiscountDeleted,
CustomerDiscountUpdated,
CustomerSourceCreated,
CustomerSourceDeleted,
CustomerSourceUpdate,
CustomerSubscriptionCreated,
CustomerSubscriptionDeleted,
CustomerSubscriptionUpdated,
CustomerSubscriptionTrialWillEnd,
InvoiceCreated,
InvoicePaymentSucceeded,
InvoicePaymentFailed,
InvoiceUpcoming,
InvoiceUpdated,
InvoiceItemUpdated,
InvoiceItemCreated,
InvoiceItemDeleted,
OrderCreated,
OrderPaymentSucceeded,
OrderPaymentFailed,
OrderUpdated,
OrderReturnCreated,
PayoutCanceled,
PayoutCreated,
PayoutFailed,
PayoutPaid,
PayoutUpdated,
ProductCreated,
ProductDeleted,
ProductUpdated,
ReviewClosed,
ReviewOpened,
SigmaScheduledQueryRunCreated,
SkuCreated,
SkuDeleted,
SkuUpdated,
SourceCanceled,
SourceChargeable,
SourceFailed,
SourceTransactionCreated,
TransferCreated,
TransferReversed,
TransferUpdated,
Ping,
}Variants
AccountUpdatedAccountExternalAccountCreatedAccountExternalAccountDeletedAccountExternalAccountUpdatedApplicationFeeCreatedApplicationFeeRefundedApplicationFeeRefundUpdatedBalanceAvailableBitcoinReceiverUpdatedBitcoinReceiverCreatedBitcoinReceiverTransactionCreatedChargeSucceededChargeFailedChargePendingChargeRefundedChargeUpdatedChargeDisputeClosedChargeDisputeCreatedChargeDisputeFundsReinstatedChargeDisputeFundsWithdrawnChargeDisputeUpdatedChargeRefundUpdatedCouponCreatedCouponDeletedCouponUpdatedCustomerCreatedCustomerDeletedCustomerUpdatedCustomerDiscountCreatedCustomerDiscountDeletedCustomerDiscountUpdatedCustomerSourceCreatedCustomerSourceDeletedCustomerSourceUpdateCustomerSubscriptionCreatedCustomerSubscriptionDeletedCustomerSubscriptionUpdatedCustomerSubscriptionTrialWillEndInvoiceCreatedInvoicePaymentSucceededInvoicePaymentFailedInvoiceUpcomingInvoiceUpdatedInvoiceItemUpdatedInvoiceItemCreatedInvoiceItemDeletedOrderCreatedOrderPaymentSucceededOrderPaymentFailedOrderUpdatedOrderReturnCreatedPayoutCanceledPayoutCreatedPayoutFailedPayoutPaidPayoutUpdatedProductCreatedProductDeletedProductUpdatedReviewClosedReviewOpenedSigmaScheduledQueryRunCreatedSkuCreatedSkuDeletedSkuUpdatedSourceCanceledSourceChargeableSourceFailedSourceTransactionCreatedTransferCreatedTransferReversedTransferUpdatedPing
Trait Implementations
impl Debug for EventType[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more