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