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