pub enum ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator {
LowRisk,
None,
}
Expand description
The exemption requested via 3DS and accepted by the issuer at authentication time.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Clone for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
Source§fn clone(
&self,
) -> ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
fn clone( &self, ) -> ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
Returns a duplicate 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 PartialEq for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl PartialEq for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
Source§fn eq(
&self,
other: &ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator,
) -> bool
fn eq( &self, other: &ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Serialize for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Copy for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Eq for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl StructuralPartialEq for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
Auto Trait Implementations§
impl Freeze for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl RefUnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Send for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Sync for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Unpin for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl UnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
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