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