pub enum PaymentMethodDetailsCardInstallmentsPlanInterval {
Month,
}
Expand description
For fixed_count
installment plans, this is 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 PaymentMethodDetailsCardInstallmentsPlanInterval
impl Clone for PaymentMethodDetailsCardInstallmentsPlanInterval
Source§fn clone(&self) -> PaymentMethodDetailsCardInstallmentsPlanInterval
fn clone(&self) -> PaymentMethodDetailsCardInstallmentsPlanInterval
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 FromValueOpt for PaymentMethodDetailsCardInstallmentsPlanInterval
impl FromValueOpt for PaymentMethodDetailsCardInstallmentsPlanInterval
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentMethodDetailsCardInstallmentsPlanInterval
impl PartialEq for PaymentMethodDetailsCardInstallmentsPlanInterval
Source§fn eq(&self, other: &PaymentMethodDetailsCardInstallmentsPlanInterval) -> bool
fn eq(&self, other: &PaymentMethodDetailsCardInstallmentsPlanInterval) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PaymentMethodDetailsCardInstallmentsPlanInterval
impl Eq for PaymentMethodDetailsCardInstallmentsPlanInterval
impl StructuralPartialEq for PaymentMethodDetailsCardInstallmentsPlanInterval
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsCardInstallmentsPlanInterval
impl RefUnwindSafe for PaymentMethodDetailsCardInstallmentsPlanInterval
impl Send for PaymentMethodDetailsCardInstallmentsPlanInterval
impl Sync for PaymentMethodDetailsCardInstallmentsPlanInterval
impl Unpin for PaymentMethodDetailsCardInstallmentsPlanInterval
impl UnwindSafe for PaymentMethodDetailsCardInstallmentsPlanInterval
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