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