pub struct CreateTokenAccountCompanyVerificationDocument {
pub back: Option<String>,
pub front: Option<String>,
}
Expand description
A document verifying the business.
Fields§
§back: Option<String>
The back of a document returned by a file upload with a purpose
value of additional_verification
.
The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
front: Option<String>
The front of a document returned by a file upload with a purpose
value of additional_verification
.
The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG, PNG, or PDF format, and less than 10 MB in size.
Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenAccountCompanyVerificationDocument
impl Clone for CreateTokenAccountCompanyVerificationDocument
Source§fn clone(&self) -> CreateTokenAccountCompanyVerificationDocument
fn clone(&self) -> CreateTokenAccountCompanyVerificationDocument
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 CreateTokenAccountCompanyVerificationDocument
impl RefUnwindSafe for CreateTokenAccountCompanyVerificationDocument
impl Send for CreateTokenAccountCompanyVerificationDocument
impl Sync for CreateTokenAccountCompanyVerificationDocument
impl Unpin for CreateTokenAccountCompanyVerificationDocument
impl UnwindSafe for CreateTokenAccountCompanyVerificationDocument
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