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 FromStr for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitPaymentSchedule
impl FromStr for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitPaymentSchedule
Source§type Err = StripeParseError
type Err = StripeParseError
The associated error which can be returned from parsing.
Source§fn from_str(
s: &str,
) -> Result<PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitPaymentSchedule, <PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitPaymentSchedule as FromStr>::Err>
fn from_str( s: &str, ) -> Result<PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitPaymentSchedule, <PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitPaymentSchedule as FromStr>::Err>
Parses a string
s
to return a value of this type. Read moreSource§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