pub struct PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit {
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 PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl Clone for PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit
Source§fn clone(&self) -> PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit
fn clone(&self) -> PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit
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 PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl RefUnwindSafe for PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl Send for PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl Sync for PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl Unpin for PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit
impl UnwindSafe for PaymentIntentPaymentMethodOptionsMandateOptionsBacsDebit
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