pub enum UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor {
Invoice,
Subscription,
}
Expand description
List of Stripe products where this mandate can be selected automatically.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl Clone for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
Source§fn clone(
&self,
) -> UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
fn clone( &self, ) -> UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
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 UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl PartialEq for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
Source§fn eq(
&self,
other: &UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor,
) -> bool
fn eq( &self, other: &UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl Eq for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl StructuralPartialEq for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
Auto Trait Implementations§
impl Freeze for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl Send for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl Sync for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl Unpin for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
impl UnwindSafe for UpdateSetupIntentPaymentMethodOptionsAcssDebitMandateOptionsDefaultFor
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