pub struct ConfirmSetupIntentClientKeyParamCustomerAcceptance {
pub online: ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline,
pub type_: ConfirmSetupIntentClientKeyParamCustomerAcceptanceType,
}
Expand description
This hash contains details about the customer acceptance of the Mandate.
Fields§
§online: ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
If this is a Mandate accepted online, this hash contains details about the online acceptance.
type_: ConfirmSetupIntentClientKeyParamCustomerAcceptanceType
The type of customer acceptance information included with the Mandate.
Implementations§
Source§impl ConfirmSetupIntentClientKeyParamCustomerAcceptance
impl ConfirmSetupIntentClientKeyParamCustomerAcceptance
pub fn new( online: impl Into<ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline>, type_: impl Into<ConfirmSetupIntentClientKeyParamCustomerAcceptanceType>, ) -> Self
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentClientKeyParamCustomerAcceptance
impl Clone for ConfirmSetupIntentClientKeyParamCustomerAcceptance
Source§fn clone(&self) -> ConfirmSetupIntentClientKeyParamCustomerAcceptance
fn clone(&self) -> ConfirmSetupIntentClientKeyParamCustomerAcceptance
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 ConfirmSetupIntentClientKeyParamCustomerAcceptance
impl RefUnwindSafe for ConfirmSetupIntentClientKeyParamCustomerAcceptance
impl Send for ConfirmSetupIntentClientKeyParamCustomerAcceptance
impl Sync for ConfirmSetupIntentClientKeyParamCustomerAcceptance
impl Unpin for ConfirmSetupIntentClientKeyParamCustomerAcceptance
impl UnwindSafe for ConfirmSetupIntentClientKeyParamCustomerAcceptance
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