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