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