Skip to content

Latest commit

 

History

History
337 lines (182 loc) · 9.81 KB

WatchlistEnhancedReport.md

File metadata and controls

337 lines (182 loc) · 9.81 KB

WatchlistEnhancedReport

Properties

Name Type Description Notes
ReadOnly Pointer to map[string]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]
Name string The name of the report type.
Breakdown Pointer to WatchlistEnhancedBreakdown [optional]
Properties Pointer to WatchlistEnhancedProperties [optional]

Methods

NewWatchlistEnhancedReport

func NewWatchlistEnhancedReport(name string, ) *WatchlistEnhancedReport

NewWatchlistEnhancedReport instantiates a new WatchlistEnhancedReport 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

NewWatchlistEnhancedReportWithDefaults

func NewWatchlistEnhancedReportWithDefaults() *WatchlistEnhancedReport

NewWatchlistEnhancedReportWithDefaults instantiates a new WatchlistEnhancedReport 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 *WatchlistEnhancedReport) GetReadOnly() map[string]interface{}

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

GetReadOnlyOk

func (o *WatchlistEnhancedReport) GetReadOnlyOk() (*map[string]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 *WatchlistEnhancedReport) SetReadOnly(v map[string]interface{})

SetReadOnly sets ReadOnly field to given value.

HasReadOnly

func (o *WatchlistEnhancedReport) HasReadOnly() bool

HasReadOnly returns a boolean if a field has been set.

GetId

func (o *WatchlistEnhancedReport) GetId() string

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

GetIdOk

func (o *WatchlistEnhancedReport) 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 *WatchlistEnhancedReport) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *WatchlistEnhancedReport) HasId() bool

HasId returns a boolean if a field has been set.

GetCreatedAt

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

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

GetCreatedAtOk

func (o *WatchlistEnhancedReport) 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 *WatchlistEnhancedReport) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *WatchlistEnhancedReport) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetHref

func (o *WatchlistEnhancedReport) GetHref() string

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

GetHrefOk

func (o *WatchlistEnhancedReport) 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 *WatchlistEnhancedReport) SetHref(v string)

SetHref sets Href field to given value.

HasHref

func (o *WatchlistEnhancedReport) HasHref() bool

HasHref returns a boolean if a field has been set.

GetStatus

func (o *WatchlistEnhancedReport) GetStatus() string

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

GetStatusOk

func (o *WatchlistEnhancedReport) 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 *WatchlistEnhancedReport) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *WatchlistEnhancedReport) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetResult

func (o *WatchlistEnhancedReport) GetResult() string

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

GetResultOk

func (o *WatchlistEnhancedReport) 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 *WatchlistEnhancedReport) SetResult(v string)

SetResult sets Result field to given value.

HasResult

func (o *WatchlistEnhancedReport) HasResult() bool

HasResult returns a boolean if a field has been set.

GetSubResult

func (o *WatchlistEnhancedReport) GetSubResult() string

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

GetSubResultOk

func (o *WatchlistEnhancedReport) 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 *WatchlistEnhancedReport) SetSubResult(v string)

SetSubResult sets SubResult field to given value.

HasSubResult

func (o *WatchlistEnhancedReport) HasSubResult() bool

HasSubResult returns a boolean if a field has been set.

GetCheckId

func (o *WatchlistEnhancedReport) GetCheckId() string

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

GetCheckIdOk

func (o *WatchlistEnhancedReport) 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 *WatchlistEnhancedReport) SetCheckId(v string)

SetCheckId sets CheckId field to given value.

HasCheckId

func (o *WatchlistEnhancedReport) HasCheckId() bool

HasCheckId returns a boolean if a field has been set.

GetDocuments

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

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

GetDocumentsOk

func (o *WatchlistEnhancedReport) 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 *WatchlistEnhancedReport) SetDocuments(v []ReportDocument)

SetDocuments sets Documents field to given value.

HasDocuments

func (o *WatchlistEnhancedReport) HasDocuments() bool

HasDocuments returns a boolean if a field has been set.

GetName

func (o *WatchlistEnhancedReport) GetName() string

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

GetNameOk

func (o *WatchlistEnhancedReport) 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 *WatchlistEnhancedReport) SetName(v string)

SetName sets Name field to given value.

GetBreakdown

func (o *WatchlistEnhancedReport) GetBreakdown() WatchlistEnhancedBreakdown

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

GetBreakdownOk

func (o *WatchlistEnhancedReport) GetBreakdownOk() (*WatchlistEnhancedBreakdown, 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 *WatchlistEnhancedReport) SetBreakdown(v WatchlistEnhancedBreakdown)

SetBreakdown sets Breakdown field to given value.

HasBreakdown

func (o *WatchlistEnhancedReport) HasBreakdown() bool

HasBreakdown returns a boolean if a field has been set.

GetProperties

func (o *WatchlistEnhancedReport) GetProperties() WatchlistEnhancedProperties

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

GetPropertiesOk

func (o *WatchlistEnhancedReport) GetPropertiesOk() (*WatchlistEnhancedProperties, 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 *WatchlistEnhancedReport) SetProperties(v WatchlistEnhancedProperties)

SetProperties sets Properties field to given value.

HasProperties

func (o *WatchlistEnhancedReport) HasProperties() bool

HasProperties returns a boolean if a field has been set.

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