pub struct ConfirmSetupIntentSecretKeyParam {
pub customer_acceptance: ConfirmSetupIntentSecretKeyParamCustomerAcceptance,
}
Fields§
§customer_acceptance: ConfirmSetupIntentSecretKeyParamCustomerAcceptance
This hash contains details about the customer acceptance of the Mandate.
Implementations§
Source§impl ConfirmSetupIntentSecretKeyParam
impl ConfirmSetupIntentSecretKeyParam
pub fn new( customer_acceptance: impl Into<ConfirmSetupIntentSecretKeyParamCustomerAcceptance>, ) -> Self
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentSecretKeyParam
impl Clone for ConfirmSetupIntentSecretKeyParam
Source§fn clone(&self) -> ConfirmSetupIntentSecretKeyParam
fn clone(&self) -> ConfirmSetupIntentSecretKeyParam
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 ConfirmSetupIntentSecretKeyParam
impl RefUnwindSafe for ConfirmSetupIntentSecretKeyParam
impl Send for ConfirmSetupIntentSecretKeyParam
impl Sync for ConfirmSetupIntentSecretKeyParam
impl Unpin for ConfirmSetupIntentSecretKeyParam
impl UnwindSafe for ConfirmSetupIntentSecretKeyParam
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