pub struct PersonVerificationDocumentSpecs {
pub back: Option<String>,
pub front: Option<String>,
}
Fields§
§back: Option<String>
The back of an ID returned by a file upload with a purpose
value of identity_document
.
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 an ID returned by a file upload with a purpose
value of identity_document
.
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 PersonVerificationDocumentSpecs
impl Clone for PersonVerificationDocumentSpecs
Source§fn clone(&self) -> PersonVerificationDocumentSpecs
fn clone(&self) -> PersonVerificationDocumentSpecs
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 PersonVerificationDocumentSpecs
impl RefUnwindSafe for PersonVerificationDocumentSpecs
impl Send for PersonVerificationDocumentSpecs
impl Sync for PersonVerificationDocumentSpecs
impl Unpin for PersonVerificationDocumentSpecs
impl UnwindSafe for PersonVerificationDocumentSpecs
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