pub struct CreateConfirmationTokenPaymentMethodOptionsCard {
pub installments: Option<CreateConfirmationTokenPaymentMethodOptionsCardInstallments>,
}Expand description
Configuration for any card payments confirmed using this ConfirmationToken.
Fields§
§installments: Option<CreateConfirmationTokenPaymentMethodOptionsCardInstallments>Installment configuration for payments confirmed using this ConfirmationToken.
Implementations§
Trait Implementations§
Source§impl Clone for CreateConfirmationTokenPaymentMethodOptionsCard
impl Clone for CreateConfirmationTokenPaymentMethodOptionsCard
Source§fn clone(&self) -> CreateConfirmationTokenPaymentMethodOptionsCard
fn clone(&self) -> CreateConfirmationTokenPaymentMethodOptionsCard
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 CreateConfirmationTokenPaymentMethodOptionsCard
impl PartialEq for CreateConfirmationTokenPaymentMethodOptionsCard
Source§fn eq(&self, other: &CreateConfirmationTokenPaymentMethodOptionsCard) -> bool
fn eq(&self, other: &CreateConfirmationTokenPaymentMethodOptionsCard) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreateConfirmationTokenPaymentMethodOptionsCard
impl StructuralPartialEq for CreateConfirmationTokenPaymentMethodOptionsCard
Auto Trait Implementations§
impl Freeze for CreateConfirmationTokenPaymentMethodOptionsCard
impl RefUnwindSafe for CreateConfirmationTokenPaymentMethodOptionsCard
impl Send for CreateConfirmationTokenPaymentMethodOptionsCard
impl Sync for CreateConfirmationTokenPaymentMethodOptionsCard
impl Unpin for CreateConfirmationTokenPaymentMethodOptionsCard
impl UnsafeUnpin for CreateConfirmationTokenPaymentMethodOptionsCard
impl UnwindSafe for CreateConfirmationTokenPaymentMethodOptionsCard
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