pub enum CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval {
Month,
}
Expand description
For fixed_count
installment plans, this is required.
It represents the interval between installment payments your customer will make to their credit card.
One of month
.
Variants§
Month
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
impl Clone for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
Source§fn clone(
&self,
) -> CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
fn clone( &self, ) -> CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
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 CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
impl PartialEq for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
Source§fn eq(
&self,
other: &CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval,
) -> bool
fn eq( &self, other: &CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
impl Eq for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
impl StructuralPartialEq for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
Auto Trait Implementations§
impl Freeze for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
impl RefUnwindSafe for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
impl Send for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
impl Sync for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
impl Unpin for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
impl UnwindSafe for CreatePaymentIntentPaymentMethodOptionsCardInstallmentsPlanInterval
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