Name | Type | Description | Notes |
---|---|---|---|
PhotoOfScreen | Pointer to string | When the applicant's document is on a physical screen or device. | [optional] |
Screenshot | Pointer to string | When the applicant has used their mobile phone, tablet, or computer to take a photo within the device. | [optional] |
DocumentOnPrintedPaper | Pointer to string | When the applicant has previously captured an image of the document, printed it out, and has now taken a photo of this print out to upload. | [optional] |
Scan | Pointer to string | When the document has clearly been captured using a scanner and there are visible indicators of this | [optional] |
func NewDocumentODPReasons() *DocumentODPReasons
NewDocumentODPReasons instantiates a new DocumentODPReasons object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDocumentODPReasonsWithDefaults() *DocumentODPReasons
NewDocumentODPReasonsWithDefaults instantiates a new DocumentODPReasons object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *DocumentODPReasons) GetPhotoOfScreen() string
GetPhotoOfScreen returns the PhotoOfScreen field if non-nil, zero value otherwise.
func (o *DocumentODPReasons) GetPhotoOfScreenOk() (*string, bool)
GetPhotoOfScreenOk returns a tuple with the PhotoOfScreen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentODPReasons) SetPhotoOfScreen(v string)
SetPhotoOfScreen sets PhotoOfScreen field to given value.
func (o *DocumentODPReasons) HasPhotoOfScreen() bool
HasPhotoOfScreen returns a boolean if a field has been set.
func (o *DocumentODPReasons) GetScreenshot() string
GetScreenshot returns the Screenshot field if non-nil, zero value otherwise.
func (o *DocumentODPReasons) GetScreenshotOk() (*string, bool)
GetScreenshotOk returns a tuple with the Screenshot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentODPReasons) SetScreenshot(v string)
SetScreenshot sets Screenshot field to given value.
func (o *DocumentODPReasons) HasScreenshot() bool
HasScreenshot returns a boolean if a field has been set.
func (o *DocumentODPReasons) GetDocumentOnPrintedPaper() string
GetDocumentOnPrintedPaper returns the DocumentOnPrintedPaper field if non-nil, zero value otherwise.
func (o *DocumentODPReasons) GetDocumentOnPrintedPaperOk() (*string, bool)
GetDocumentOnPrintedPaperOk returns a tuple with the DocumentOnPrintedPaper field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentODPReasons) SetDocumentOnPrintedPaper(v string)
SetDocumentOnPrintedPaper sets DocumentOnPrintedPaper field to given value.
func (o *DocumentODPReasons) HasDocumentOnPrintedPaper() bool
HasDocumentOnPrintedPaper returns a boolean if a field has been set.
func (o *DocumentODPReasons) GetScan() string
GetScan returns the Scan field if non-nil, zero value otherwise.
func (o *DocumentODPReasons) GetScanOk() (*string, bool)
GetScanOk returns a tuple with the Scan field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentODPReasons) SetScan(v string)
SetScan sets Scan field to given value.
func (o *DocumentODPReasons) HasScan() bool
HasScan returns a boolean if a field has been set.