pub enum CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType {
Bonus,
FixedCount,
Revolving,
}
Expand description
Type of installment plan, one of fixed_count
, bonus
, or revolving
.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
impl Clone for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
Source§fn clone(
&self,
) -> CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
fn clone( &self, ) -> CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
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 CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
impl PartialEq for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
Source§fn eq(
&self,
other: &CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType,
) -> bool
fn eq( &self, other: &CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
impl Eq for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
impl StructuralPartialEq for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
Auto Trait Implementations§
impl Freeze for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
impl RefUnwindSafe for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
impl Send for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
impl Sync for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
impl Unpin for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
impl UnwindSafe for CreateInvoicePaymentSettingsPaymentMethodOptionsCardInstallmentsPlanType
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