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