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