pub enum CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator {
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 CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Clone for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
Source§fn clone(
&self,
) -> CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
fn clone( &self, ) -> CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
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 CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl PartialEq for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
Source§fn eq(
&self,
other: &CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator,
) -> bool
fn eq( &self, other: &CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Eq for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl StructuralPartialEq for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
Auto Trait Implementations§
impl Freeze for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl RefUnwindSafe for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Send for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Sync for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl Unpin for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
impl UnwindSafe for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureExemptionIndicator
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