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