pub enum CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture {
IfAvailable,
Never,
}
Expand description
Request ability to make multiple captures for this PaymentIntent.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
impl Clone for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
Source§fn clone(
&self,
) -> CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
fn clone( &self, ) -> CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
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 CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
impl PartialEq for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
Source§fn eq(
&self,
other: &CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture,
) -> bool
fn eq( &self, other: &CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
impl Eq for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
impl StructuralPartialEq for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
Auto Trait Implementations§
impl Freeze for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
impl RefUnwindSafe for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
impl Send for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
impl Sync for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
impl Unpin for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
impl UnwindSafe for CreatePaymentIntentPaymentMethodOptionsCardRequestMulticapture
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