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