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