pub struct ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline {
pub ip_address: Option<String>,
pub user_agent: Option<String>,
}
Expand description
If this is a Mandate accepted online, this hash contains details about the online acceptance.
Fields§
§ip_address: Option<String>
The IP address from which the Mandate was accepted by the customer.
user_agent: Option<String>
The user agent of the browser from which the Mandate was accepted by the customer.
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
impl Clone for ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
Source§fn clone(&self) -> ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
fn clone(&self) -> ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
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 ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
impl RefUnwindSafe for ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
impl Send for ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
impl Sync for ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
impl Unpin for ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
impl UnwindSafe for ConfirmSetupIntentClientKeyParamCustomerAcceptanceOnline
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