Plaid::PhysicalDocumentImages
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
URLs for downloading original and cropped images for this document submission. The URLs are designed to only allow downloading, not hot linking, so the URL will only serve the document image for 60 seconds before expiring. The expiration time is 60 seconds after the GET request for the associated Identity Verification attempt. A new expiring URL is generated with each request, so you can always rerequest the Identity Verification attempt if one of your URLs expires.
Constructors
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Temporary URL that expires after 60 seconds for downloading a cropped image containing just the back of the document. Might be null if the back of the document was not collected.
Custom attribute writer method checking allowed values (enum). @param [Object] cropped_back Object to be assigned
Temporary URL that expires after 60 seconds for downloading a cropped image containing just the front of the document.
Custom attribute writer method checking allowed values (enum). @param [Object] cropped_front Object to be assigned
Temporary URL that expires after 60 seconds for downloading a crop of just the user's face from the document image. Might be null if the document does not contain a face photo.
Custom attribute writer method checking allowed values (enum). @param [Object] face Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Temporary URL that expires after 60 seconds for downloading the original image of the back of the document. Might be null if the back of the document was not collected.
Custom attribute writer method checking allowed values (enum). @param [Object] original_back Object to be assigned
Temporary URL that expires after 60 seconds for downloading the uncropped original image of the front of the document.
Custom attribute writer method checking allowed values (enum). @param [Object] original_front Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid