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