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