pub struct SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit {
pub reference_prefix: Option<String>,
}Fields§
§reference_prefix: Option<String>Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: ‘/’, ‘_’, ‘-’, ‘&’, ‘.’. Cannot begin with ‘STRIPE’.
Trait Implementations§
Source§impl Clone for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
impl Clone for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
Source§fn clone(&self) -> SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
fn clone(&self) -> SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
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 SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
impl PartialEq for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
Source§fn eq(
&self,
other: &SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit,
) -> bool
fn eq( &self, other: &SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
impl StructuralPartialEq for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
Auto Trait Implementations§
impl Freeze for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
impl Send for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
impl Sync for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
impl Unpin for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
impl UnsafeUnpin for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
impl UnwindSafe for SetupIntentPaymentMethodOptionsMandateOptionsSepaDebit
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