Skip to content

Latest commit

 

History

History
451 lines (244 loc) · 14.7 KB

File metadata and controls

451 lines (244 loc) · 14.7 KB

DocumentWithDriverVerificationReport

Properties

Name Type Description Notes
ReadOnly Pointer to interface{} [optional]
Id Pointer to string The unique identifier for the report. Read-only. [optional] [readonly]
CreatedAt Pointer to time.Time The date and time at which the report was first initiated. Read-only. [optional] [readonly]
Href Pointer to string The API endpoint to retrieve the report. Read-only. [optional] [readonly]
Status Pointer to string The current state of the report in the checking process. Read-only. [optional] [readonly]
Result Pointer to string The result of the report. Read-only. [optional] [readonly]
SubResult Pointer to string The sub_result of the report. It gives a more detailed result for document reports only, and will be null otherwise. Read-only. [optional] [readonly]
CheckId Pointer to string The ID of the check to which the report belongs. Read-only. [optional] [readonly]
Documents Pointer to []ReportDocument Array of objects with document ids that were used in the Onfido engine. [ONLY POPULATED FOR DOCUMENT AND FACIAL SIMILARITY REPORTS] [optional]
IdPhotos Pointer to []FacialSimilarityReportMedia Array of objects with id photo ids that were used in the Onfido engine. [optional]
LivePhotos Pointer to []FacialSimilarityReportMedia Array of objects with live photo ids that were used in the Onfido engine. [optional]
LiveVideos Pointer to []FacialSimilarityReportMedia Array of objects with live video ids that were used in the Onfido engine. [optional]
MotionCaptures Pointer to []FacialSimilarityReportMedia Array of objects with motion capture ids that were used in the Onfido engine. [optional]
Name string The name of the report type.
Breakdown Pointer to DocumentBreakdown [optional]
Properties Pointer to DocumentWithDriverVerificationReportAllOfProperties [optional]

Methods

NewDocumentWithDriverVerificationReport

func NewDocumentWithDriverVerificationReport(name string, ) *DocumentWithDriverVerificationReport

NewDocumentWithDriverVerificationReport instantiates a new DocumentWithDriverVerificationReport 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

NewDocumentWithDriverVerificationReportWithDefaults

func NewDocumentWithDriverVerificationReportWithDefaults() *DocumentWithDriverVerificationReport

NewDocumentWithDriverVerificationReportWithDefaults instantiates a new DocumentWithDriverVerificationReport 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

GetReadOnly

func (o *DocumentWithDriverVerificationReport) GetReadOnly() interface{}

GetReadOnly returns the ReadOnly field if non-nil, zero value otherwise.

GetReadOnlyOk

func (o *DocumentWithDriverVerificationReport) GetReadOnlyOk() (*interface{}, bool)

GetReadOnlyOk returns a tuple with the ReadOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReadOnly

func (o *DocumentWithDriverVerificationReport) SetReadOnly(v interface{})

SetReadOnly sets ReadOnly field to given value.

HasReadOnly

func (o *DocumentWithDriverVerificationReport) HasReadOnly() bool

HasReadOnly returns a boolean if a field has been set.

SetReadOnlyNil

func (o *DocumentWithDriverVerificationReport) SetReadOnlyNil(b bool)

SetReadOnlyNil sets the value for ReadOnly to be an explicit nil

UnsetReadOnly

func (o *DocumentWithDriverVerificationReport) UnsetReadOnly()

UnsetReadOnly ensures that no value is present for ReadOnly, not even an explicit nil

GetId

func (o *DocumentWithDriverVerificationReport) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *DocumentWithDriverVerificationReport) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *DocumentWithDriverVerificationReport) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *DocumentWithDriverVerificationReport) HasId() bool

HasId returns a boolean if a field has been set.

GetCreatedAt

func (o *DocumentWithDriverVerificationReport) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *DocumentWithDriverVerificationReport) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *DocumentWithDriverVerificationReport) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *DocumentWithDriverVerificationReport) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetHref

func (o *DocumentWithDriverVerificationReport) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

GetHrefOk

func (o *DocumentWithDriverVerificationReport) GetHrefOk() (*string, bool)

GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHref

func (o *DocumentWithDriverVerificationReport) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *DocumentWithDriverVerificationReport) HasHref() bool

HasHref returns a boolean if a field has been set.

GetStatus

func (o *DocumentWithDriverVerificationReport) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *DocumentWithDriverVerificationReport) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *DocumentWithDriverVerificationReport) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *DocumentWithDriverVerificationReport) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetResult

func (o *DocumentWithDriverVerificationReport) GetResult() string

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

func (o *DocumentWithDriverVerificationReport) GetResultOk() (*string, bool)

GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetResult

func (o *DocumentWithDriverVerificationReport) SetResult(v string)

SetResult sets Result field to given value.

HasResult

func (o *DocumentWithDriverVerificationReport) HasResult() bool

HasResult returns a boolean if a field has been set.

GetSubResult

func (o *DocumentWithDriverVerificationReport) GetSubResult() string

GetSubResult returns the SubResult field if non-nil, zero value otherwise.

GetSubResultOk

func (o *DocumentWithDriverVerificationReport) GetSubResultOk() (*string, bool)

GetSubResultOk returns a tuple with the SubResult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSubResult

func (o *DocumentWithDriverVerificationReport) SetSubResult(v string)

SetSubResult sets SubResult field to given value.

HasSubResult

func (o *DocumentWithDriverVerificationReport) HasSubResult() bool

HasSubResult returns a boolean if a field has been set.

GetCheckId

func (o *DocumentWithDriverVerificationReport) GetCheckId() string

GetCheckId returns the CheckId field if non-nil, zero value otherwise.

GetCheckIdOk

func (o *DocumentWithDriverVerificationReport) GetCheckIdOk() (*string, bool)

GetCheckIdOk returns a tuple with the CheckId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCheckId

func (o *DocumentWithDriverVerificationReport) SetCheckId(v string)

SetCheckId sets CheckId field to given value.

HasCheckId

func (o *DocumentWithDriverVerificationReport) HasCheckId() bool

HasCheckId returns a boolean if a field has been set.

GetDocuments

func (o *DocumentWithDriverVerificationReport) GetDocuments() []ReportDocument

GetDocuments returns the Documents field if non-nil, zero value otherwise.

GetDocumentsOk

func (o *DocumentWithDriverVerificationReport) GetDocumentsOk() (*[]ReportDocument, bool)

GetDocumentsOk returns a tuple with the Documents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDocuments

func (o *DocumentWithDriverVerificationReport) SetDocuments(v []ReportDocument)

SetDocuments sets Documents field to given value.

HasDocuments

func (o *DocumentWithDriverVerificationReport) HasDocuments() bool

HasDocuments returns a boolean if a field has been set.

GetIdPhotos

func (o *DocumentWithDriverVerificationReport) GetIdPhotos() []FacialSimilarityReportMedia

GetIdPhotos returns the IdPhotos field if non-nil, zero value otherwise.

GetIdPhotosOk

func (o *DocumentWithDriverVerificationReport) GetIdPhotosOk() (*[]FacialSimilarityReportMedia, bool)

GetIdPhotosOk returns a tuple with the IdPhotos field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIdPhotos

func (o *DocumentWithDriverVerificationReport) SetIdPhotos(v []FacialSimilarityReportMedia)

SetIdPhotos sets IdPhotos field to given value.

HasIdPhotos

func (o *DocumentWithDriverVerificationReport) HasIdPhotos() bool

HasIdPhotos returns a boolean if a field has been set.

GetLivePhotos

func (o *DocumentWithDriverVerificationReport) GetLivePhotos() []FacialSimilarityReportMedia

GetLivePhotos returns the LivePhotos field if non-nil, zero value otherwise.

GetLivePhotosOk

func (o *DocumentWithDriverVerificationReport) GetLivePhotosOk() (*[]FacialSimilarityReportMedia, bool)

GetLivePhotosOk returns a tuple with the LivePhotos field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLivePhotos

func (o *DocumentWithDriverVerificationReport) SetLivePhotos(v []FacialSimilarityReportMedia)

SetLivePhotos sets LivePhotos field to given value.

HasLivePhotos

func (o *DocumentWithDriverVerificationReport) HasLivePhotos() bool

HasLivePhotos returns a boolean if a field has been set.

GetLiveVideos

func (o *DocumentWithDriverVerificationReport) GetLiveVideos() []FacialSimilarityReportMedia

GetLiveVideos returns the LiveVideos field if non-nil, zero value otherwise.

GetLiveVideosOk

func (o *DocumentWithDriverVerificationReport) GetLiveVideosOk() (*[]FacialSimilarityReportMedia, bool)

GetLiveVideosOk returns a tuple with the LiveVideos field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLiveVideos

func (o *DocumentWithDriverVerificationReport) SetLiveVideos(v []FacialSimilarityReportMedia)

SetLiveVideos sets LiveVideos field to given value.

HasLiveVideos

func (o *DocumentWithDriverVerificationReport) HasLiveVideos() bool

HasLiveVideos returns a boolean if a field has been set.

GetMotionCaptures

func (o *DocumentWithDriverVerificationReport) GetMotionCaptures() []FacialSimilarityReportMedia

GetMotionCaptures returns the MotionCaptures field if non-nil, zero value otherwise.

GetMotionCapturesOk

func (o *DocumentWithDriverVerificationReport) GetMotionCapturesOk() (*[]FacialSimilarityReportMedia, bool)

GetMotionCapturesOk returns a tuple with the MotionCaptures field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMotionCaptures

func (o *DocumentWithDriverVerificationReport) SetMotionCaptures(v []FacialSimilarityReportMedia)

SetMotionCaptures sets MotionCaptures field to given value.

HasMotionCaptures

func (o *DocumentWithDriverVerificationReport) HasMotionCaptures() bool

HasMotionCaptures returns a boolean if a field has been set.

GetName

func (o *DocumentWithDriverVerificationReport) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *DocumentWithDriverVerificationReport) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *DocumentWithDriverVerificationReport) SetName(v string)

SetName sets Name field to given value.

GetBreakdown

func (o *DocumentWithDriverVerificationReport) GetBreakdown() DocumentBreakdown

GetBreakdown returns the Breakdown field if non-nil, zero value otherwise.

GetBreakdownOk

func (o *DocumentWithDriverVerificationReport) GetBreakdownOk() (*DocumentBreakdown, bool)

GetBreakdownOk returns a tuple with the Breakdown field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBreakdown

func (o *DocumentWithDriverVerificationReport) SetBreakdown(v DocumentBreakdown)

SetBreakdown sets Breakdown field to given value.

HasBreakdown

func (o *DocumentWithDriverVerificationReport) HasBreakdown() bool

HasBreakdown returns a boolean if a field has been set.

GetProperties

func (o *DocumentWithDriverVerificationReport) GetProperties() DocumentWithDriverVerificationReportAllOfProperties

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

func (o *DocumentWithDriverVerificationReport) GetPropertiesOk() (*DocumentWithDriverVerificationReportAllOfProperties, bool)

GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProperties

func (o *DocumentWithDriverVerificationReport) SetProperties(v DocumentWithDriverVerificationReportAllOfProperties)

SetProperties sets Properties field to given value.

HasProperties

func (o *DocumentWithDriverVerificationReport) HasProperties() bool

HasProperties returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]