pub struct CreateTokenPersonAdditionalTosAcceptancesAccount {
pub date: Option<Timestamp>,
pub ip: Option<String>,
pub user_agent: Option<String>,
}
Expand description
Details on the legal guardian’s acceptance of the main Stripe service agreement.
Fields§
§date: Option<Timestamp>
The Unix timestamp marking when the account representative accepted the service agreement.
ip: Option<String>
The IP address from which the account representative accepted the service agreement.
user_agent: Option<String>
The user agent of the browser from which the account representative accepted the service agreement.
Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenPersonAdditionalTosAcceptancesAccount
impl Clone for CreateTokenPersonAdditionalTosAcceptancesAccount
Source§fn clone(&self) -> CreateTokenPersonAdditionalTosAcceptancesAccount
fn clone(&self) -> CreateTokenPersonAdditionalTosAcceptancesAccount
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 CreateTokenPersonAdditionalTosAcceptancesAccount
impl RefUnwindSafe for CreateTokenPersonAdditionalTosAcceptancesAccount
impl Send for CreateTokenPersonAdditionalTosAcceptancesAccount
impl Sync for CreateTokenPersonAdditionalTosAcceptancesAccount
impl Unpin for CreateTokenPersonAdditionalTosAcceptancesAccount
impl UnwindSafe for CreateTokenPersonAdditionalTosAcceptancesAccount
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