pub enum SyncWebhookEventType {
Show 23 variants
PaymentListGateways,
PaymentAuthorize,
PaymentCapture,
PaymentRefund,
PaymentVoid,
PaymentConfirm,
PaymentProcess,
CheckoutCalculateTaxes,
OrderCalculateTaxes,
TransactionChargeRequested,
TransactionRefundRequested,
TransactionCancelationRequested,
ShippingListMethodsForCheckout,
CheckoutFilterShippingMethods,
OrderFilterShippingMethods,
PaymentGatewayInitializeSession,
TransactionInitializeSession,
TransactionProcessSession,
ListStoredPaymentMethods,
StoredPaymentMethodDeleteRequested,
PaymentGatewayInitializeTokenizationSession,
PaymentMethodInitializeTokenizationSession,
PaymentMethodProcessTokenizationSession,
}
Variants§
PaymentListGateways
PaymentAuthorize
PaymentCapture
PaymentRefund
PaymentVoid
PaymentConfirm
PaymentProcess
CheckoutCalculateTaxes
OrderCalculateTaxes
TransactionChargeRequested
TransactionRefundRequested
TransactionCancelationRequested
ShippingListMethodsForCheckout
CheckoutFilterShippingMethods
OrderFilterShippingMethods
PaymentGatewayInitializeSession
TransactionInitializeSession
TransactionProcessSession
ListStoredPaymentMethods
StoredPaymentMethodDeleteRequested
PaymentGatewayInitializeTokenizationSession
PaymentMethodInitializeTokenizationSession
PaymentMethodProcessTokenizationSession
Trait Implementations§
Source§impl AsRef<str> for SyncWebhookEventType
impl AsRef<str> for SyncWebhookEventType
Source§impl Clone for SyncWebhookEventType
impl Clone for SyncWebhookEventType
Source§fn clone(&self) -> SyncWebhookEventType
fn clone(&self) -> SyncWebhookEventType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SyncWebhookEventType
impl Debug for SyncWebhookEventType
Source§impl<'de> Deserialize<'de> for SyncWebhookEventType
impl<'de> Deserialize<'de> for SyncWebhookEventType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for SyncWebhookEventType
impl FromStr for SyncWebhookEventType
Source§impl Serialize for SyncWebhookEventType
impl Serialize for SyncWebhookEventType
Auto Trait Implementations§
impl Freeze for SyncWebhookEventType
impl RefUnwindSafe for SyncWebhookEventType
impl Send for SyncWebhookEventType
impl Sync for SyncWebhookEventType
impl Unpin for SyncWebhookEventType
impl UnwindSafe for SyncWebhookEventType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more