pub enum ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod {
Automatic,
Instant,
Microdeposits,
}
Expand description
Bank account verification method.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
impl Clone for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
Source§fn clone(
&self,
) -> ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
fn clone( &self, ) -> ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
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 ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
impl PartialEq for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
Source§fn eq(
&self,
other: &ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod,
) -> bool
fn eq( &self, other: &ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
impl Eq for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
impl StructuralPartialEq for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
Auto Trait Implementations§
impl Freeze for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
impl RefUnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
impl Send for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
impl Sync for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
impl Unpin for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
impl UnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsAcssDebitVerificationMethod
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