pub struct UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions {
pub reference_prefix: Option<String>,
}
Expand description
Additional fields for Mandate creation
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’.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
impl Clone for UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
Source§fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
fn clone(&self) -> UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
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 moreAuto Trait Implementations§
impl Freeze for UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
impl Send for UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
impl Sync for UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
impl Unpin for UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
impl UnwindSafe for UpdateSetupIntentPaymentMethodOptionsSepaDebitMandateOptions
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