pub enum CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval {
Day,
Month,
Sporadic,
Week,
Year,
}
Expand description
Specifies payment frequency. One of day
, week
, month
, year
, or sporadic
.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
impl Clone for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
Source§fn clone(
&self,
) -> CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
fn clone( &self, ) -> CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
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 CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
impl PartialEq for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
Source§fn eq(
&self,
other: &CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval,
) -> bool
fn eq( &self, other: &CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
impl Eq for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
impl StructuralPartialEq for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
Auto Trait Implementations§
impl Freeze for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
impl RefUnwindSafe for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
impl Send for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
impl Sync for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
impl Unpin for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
impl UnwindSafe for CreateSetupIntentPaymentMethodOptionsCardMandateOptionsInterval
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