pub struct CreateTokenAccountCompanyDirectorshipDeclaration {
pub date: Option<Timestamp>,
pub ip: Option<String>,
pub user_agent: Option<String>,
}
Expand description
This hash is used to attest that the directors information provided to Stripe is both current and correct.
Fields§
§date: Option<Timestamp>
The Unix timestamp marking when the directorship declaration attestation was made.
ip: Option<String>
The IP address from which the directorship declaration attestation was made.
user_agent: Option<String>
The user agent of the browser from which the directorship declaration attestation was made.
Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenAccountCompanyDirectorshipDeclaration
impl Clone for CreateTokenAccountCompanyDirectorshipDeclaration
Source§fn clone(&self) -> CreateTokenAccountCompanyDirectorshipDeclaration
fn clone(&self) -> CreateTokenAccountCompanyDirectorshipDeclaration
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 CreateTokenAccountCompanyDirectorshipDeclaration
impl RefUnwindSafe for CreateTokenAccountCompanyDirectorshipDeclaration
impl Send for CreateTokenAccountCompanyDirectorshipDeclaration
impl Sync for CreateTokenAccountCompanyDirectorshipDeclaration
impl Unpin for CreateTokenAccountCompanyDirectorshipDeclaration
impl UnwindSafe for CreateTokenAccountCompanyDirectorshipDeclaration
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