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