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