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