pub struct SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit {
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 ‘DDIC’ or ‘STRIPE’.
Trait Implementations§
Source§impl Clone for SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl Clone for SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit
Source§fn clone(&self) -> SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit
fn clone(&self) -> SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit
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 SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl RefUnwindSafe for SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl Send for SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl Sync for SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl Unpin for SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl UnwindSafe for SetupIntentPaymentMethodOptionsMandateOptionsBacsDebit
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