pub struct CreateConfirmationTokenPaymentMethodOptionsCardInstallments {
pub plan: CreateConfirmationTokenPaymentMethodOptionsCardInstallmentsPlan,
}Expand description
Installment configuration for payments confirmed using this ConfirmationToken.
Fields§
§plan: CreateConfirmationTokenPaymentMethodOptionsCardInstallmentsPlanThe selected installment plan to use for this payment attempt. This parameter can only be provided during confirmation.
Implementations§
Source§impl CreateConfirmationTokenPaymentMethodOptionsCardInstallments
impl CreateConfirmationTokenPaymentMethodOptionsCardInstallments
pub fn new( plan: impl Into<CreateConfirmationTokenPaymentMethodOptionsCardInstallmentsPlan>, ) -> Self
Trait Implementations§
Source§impl Clone for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
impl Clone for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
Source§fn clone(&self) -> CreateConfirmationTokenPaymentMethodOptionsCardInstallments
fn clone(&self) -> CreateConfirmationTokenPaymentMethodOptionsCardInstallments
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 CreateConfirmationTokenPaymentMethodOptionsCardInstallments
impl PartialEq for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
Source§fn eq(
&self,
other: &CreateConfirmationTokenPaymentMethodOptionsCardInstallments,
) -> bool
fn eq( &self, other: &CreateConfirmationTokenPaymentMethodOptionsCardInstallments, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
impl StructuralPartialEq for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
Auto Trait Implementations§
impl Freeze for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
impl RefUnwindSafe for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
impl Send for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
impl Sync for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
impl Unpin for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
impl UnsafeUnpin for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
impl UnwindSafe for CreateConfirmationTokenPaymentMethodOptionsCardInstallments
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