pub enum PaymentLinksResourcePaymentIntentDataCaptureMethod {
Automatic,
AutomaticAsync,
Manual,
}
Expand description
Indicates when the funds will be captured from the customer’s account.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PaymentLinksResourcePaymentIntentDataCaptureMethod
impl Clone for PaymentLinksResourcePaymentIntentDataCaptureMethod
Source§fn clone(&self) -> PaymentLinksResourcePaymentIntentDataCaptureMethod
fn clone(&self) -> PaymentLinksResourcePaymentIntentDataCaptureMethod
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 PaymentLinksResourcePaymentIntentDataCaptureMethod
impl FromValueOpt for PaymentLinksResourcePaymentIntentDataCaptureMethod
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentLinksResourcePaymentIntentDataCaptureMethod
impl PartialEq for PaymentLinksResourcePaymentIntentDataCaptureMethod
Source§fn eq(&self, other: &PaymentLinksResourcePaymentIntentDataCaptureMethod) -> bool
fn eq(&self, other: &PaymentLinksResourcePaymentIntentDataCaptureMethod) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for PaymentLinksResourcePaymentIntentDataCaptureMethod
impl Eq for PaymentLinksResourcePaymentIntentDataCaptureMethod
impl StructuralPartialEq for PaymentLinksResourcePaymentIntentDataCaptureMethod
Auto Trait Implementations§
impl Freeze for PaymentLinksResourcePaymentIntentDataCaptureMethod
impl RefUnwindSafe for PaymentLinksResourcePaymentIntentDataCaptureMethod
impl Send for PaymentLinksResourcePaymentIntentDataCaptureMethod
impl Sync for PaymentLinksResourcePaymentIntentDataCaptureMethod
impl Unpin for PaymentLinksResourcePaymentIntentDataCaptureMethod
impl UnwindSafe for PaymentLinksResourcePaymentIntentDataCaptureMethod
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