pub enum SubscriptionPaymentMethodOptionsCardRequestThreeDSecure {
Any,
Automatic,
Challenge,
}
Expand description
We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
impl Clone for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
Source§fn clone(&self) -> SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
fn clone(&self) -> SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
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 FromValueOpt for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
impl FromValueOpt for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
impl PartialEq for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
Source§fn eq(
&self,
other: &SubscriptionPaymentMethodOptionsCardRequestThreeDSecure,
) -> bool
fn eq( &self, other: &SubscriptionPaymentMethodOptionsCardRequestThreeDSecure, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
impl Eq for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
impl StructuralPartialEq for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
Auto Trait Implementations§
impl Freeze for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
impl RefUnwindSafe for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
impl Send for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
impl Sync for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
impl Unpin for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
impl UnwindSafe for SubscriptionPaymentMethodOptionsCardRequestThreeDSecure
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