pub enum MandateAcssDebitDefaultFor {
Invoice,
Subscription,
}
Expand description
List of Stripe products where this mandate can be selected automatically.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MandateAcssDebitDefaultFor
impl Clone for MandateAcssDebitDefaultFor
Source§fn clone(&self) -> MandateAcssDebitDefaultFor
fn clone(&self) -> MandateAcssDebitDefaultFor
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 MandateAcssDebitDefaultFor
impl Debug for MandateAcssDebitDefaultFor
Source§impl Display for MandateAcssDebitDefaultFor
impl Display for MandateAcssDebitDefaultFor
Source§impl FromStr for MandateAcssDebitDefaultFor
impl FromStr for MandateAcssDebitDefaultFor
Source§type Err = StripeParseError
type Err = StripeParseError
The associated error which can be returned from parsing.
Source§fn from_str(
s: &str,
) -> Result<MandateAcssDebitDefaultFor, <MandateAcssDebitDefaultFor as FromStr>::Err>
fn from_str( s: &str, ) -> Result<MandateAcssDebitDefaultFor, <MandateAcssDebitDefaultFor as FromStr>::Err>
Parses a string
s
to return a value of this type. Read moreimpl Copy for MandateAcssDebitDefaultFor
impl Eq for MandateAcssDebitDefaultFor
impl StructuralPartialEq for MandateAcssDebitDefaultFor
Auto Trait Implementations§
impl Freeze for MandateAcssDebitDefaultFor
impl RefUnwindSafe for MandateAcssDebitDefaultFor
impl Send for MandateAcssDebitDefaultFor
impl Sync for MandateAcssDebitDefaultFor
impl Unpin for MandateAcssDebitDefaultFor
impl UnwindSafe for MandateAcssDebitDefaultFor
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