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