pub enum CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod {
Paper,
}
Expand description
The method used to collect offline mandate customer acceptance.
Variants§
Paper
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Clone for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§fn clone(
&self,
) -> CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
fn clone( &self, ) -> CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
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 Debug for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Debug for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§impl Display for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Display for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§impl FromStr for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl FromStr for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§impl PartialEq for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl PartialEq for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Source§fn eq(
&self,
other: &CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod,
) -> bool
fn eq( &self, other: &CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Serialize for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Serialize for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Copy for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Eq for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl StructuralPartialEq for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
Auto Trait Implementations§
impl Freeze for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl RefUnwindSafe for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Send for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Sync for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl Unpin for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
impl UnwindSafe for CreatePaymentIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod
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