Name | Type | Description | Notes |
---|---|---|---|
RightToWork | Pointer to RightToWorkBreakdownRightToWork | [optional] | |
DataComparison | Pointer to DocumentBreakdownDataComparison | [optional] | |
DataValidation | Pointer to RightToWorkBreakdownDataValidation | [optional] | |
ImageIntegrity | Pointer to RightToWorkBreakdownImageIntegrity | [optional] | |
VisualAuthenticity | Pointer to RightToWorkBreakdownVisualAuthenticity | [optional] | |
DataConsistency | Pointer to RightToWorkBreakdownDataConsistency | [optional] | |
PoliceRecord | Pointer to DocumentBreakdownPoliceRecord | [optional] | |
CompromisedDocument | Pointer to DocumentBreakdownCompromisedDocument | [optional] | |
AgeValidation | Pointer to RightToWorkBreakdownAgeValidation | [optional] | |
ShareCodeValidation | Pointer to RightToWorkBreakdownShareCodeValidation | [optional] |
func NewRightToWorkBreakdown() *RightToWorkBreakdown
NewRightToWorkBreakdown instantiates a new RightToWorkBreakdown 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 NewRightToWorkBreakdownWithDefaults() *RightToWorkBreakdown
NewRightToWorkBreakdownWithDefaults instantiates a new RightToWorkBreakdown 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 *RightToWorkBreakdown) GetRightToWork() RightToWorkBreakdownRightToWork
GetRightToWork returns the RightToWork field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdown) GetRightToWorkOk() (*RightToWorkBreakdownRightToWork, bool)
GetRightToWorkOk returns a tuple with the RightToWork field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdown) SetRightToWork(v RightToWorkBreakdownRightToWork)
SetRightToWork sets RightToWork field to given value.
func (o *RightToWorkBreakdown) HasRightToWork() bool
HasRightToWork returns a boolean if a field has been set.
func (o *RightToWorkBreakdown) GetDataComparison() DocumentBreakdownDataComparison
GetDataComparison returns the DataComparison field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdown) GetDataComparisonOk() (*DocumentBreakdownDataComparison, bool)
GetDataComparisonOk returns a tuple with the DataComparison field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdown) SetDataComparison(v DocumentBreakdownDataComparison)
SetDataComparison sets DataComparison field to given value.
func (o *RightToWorkBreakdown) HasDataComparison() bool
HasDataComparison returns a boolean if a field has been set.
func (o *RightToWorkBreakdown) GetDataValidation() RightToWorkBreakdownDataValidation
GetDataValidation returns the DataValidation field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdown) GetDataValidationOk() (*RightToWorkBreakdownDataValidation, bool)
GetDataValidationOk returns a tuple with the DataValidation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdown) SetDataValidation(v RightToWorkBreakdownDataValidation)
SetDataValidation sets DataValidation field to given value.
func (o *RightToWorkBreakdown) HasDataValidation() bool
HasDataValidation returns a boolean if a field has been set.
func (o *RightToWorkBreakdown) GetImageIntegrity() RightToWorkBreakdownImageIntegrity
GetImageIntegrity returns the ImageIntegrity field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdown) GetImageIntegrityOk() (*RightToWorkBreakdownImageIntegrity, bool)
GetImageIntegrityOk returns a tuple with the ImageIntegrity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdown) SetImageIntegrity(v RightToWorkBreakdownImageIntegrity)
SetImageIntegrity sets ImageIntegrity field to given value.
func (o *RightToWorkBreakdown) HasImageIntegrity() bool
HasImageIntegrity returns a boolean if a field has been set.
func (o *RightToWorkBreakdown) GetVisualAuthenticity() RightToWorkBreakdownVisualAuthenticity
GetVisualAuthenticity returns the VisualAuthenticity field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdown) GetVisualAuthenticityOk() (*RightToWorkBreakdownVisualAuthenticity, bool)
GetVisualAuthenticityOk returns a tuple with the VisualAuthenticity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdown) SetVisualAuthenticity(v RightToWorkBreakdownVisualAuthenticity)
SetVisualAuthenticity sets VisualAuthenticity field to given value.
func (o *RightToWorkBreakdown) HasVisualAuthenticity() bool
HasVisualAuthenticity returns a boolean if a field has been set.
func (o *RightToWorkBreakdown) GetDataConsistency() RightToWorkBreakdownDataConsistency
GetDataConsistency returns the DataConsistency field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdown) GetDataConsistencyOk() (*RightToWorkBreakdownDataConsistency, bool)
GetDataConsistencyOk returns a tuple with the DataConsistency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdown) SetDataConsistency(v RightToWorkBreakdownDataConsistency)
SetDataConsistency sets DataConsistency field to given value.
func (o *RightToWorkBreakdown) HasDataConsistency() bool
HasDataConsistency returns a boolean if a field has been set.
func (o *RightToWorkBreakdown) GetPoliceRecord() DocumentBreakdownPoliceRecord
GetPoliceRecord returns the PoliceRecord field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdown) GetPoliceRecordOk() (*DocumentBreakdownPoliceRecord, bool)
GetPoliceRecordOk returns a tuple with the PoliceRecord field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdown) SetPoliceRecord(v DocumentBreakdownPoliceRecord)
SetPoliceRecord sets PoliceRecord field to given value.
func (o *RightToWorkBreakdown) HasPoliceRecord() bool
HasPoliceRecord returns a boolean if a field has been set.
func (o *RightToWorkBreakdown) GetCompromisedDocument() DocumentBreakdownCompromisedDocument
GetCompromisedDocument returns the CompromisedDocument field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdown) GetCompromisedDocumentOk() (*DocumentBreakdownCompromisedDocument, bool)
GetCompromisedDocumentOk returns a tuple with the CompromisedDocument field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdown) SetCompromisedDocument(v DocumentBreakdownCompromisedDocument)
SetCompromisedDocument sets CompromisedDocument field to given value.
func (o *RightToWorkBreakdown) HasCompromisedDocument() bool
HasCompromisedDocument returns a boolean if a field has been set.
func (o *RightToWorkBreakdown) GetAgeValidation() RightToWorkBreakdownAgeValidation
GetAgeValidation returns the AgeValidation field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdown) GetAgeValidationOk() (*RightToWorkBreakdownAgeValidation, bool)
GetAgeValidationOk returns a tuple with the AgeValidation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdown) SetAgeValidation(v RightToWorkBreakdownAgeValidation)
SetAgeValidation sets AgeValidation field to given value.
func (o *RightToWorkBreakdown) HasAgeValidation() bool
HasAgeValidation returns a boolean if a field has been set.
func (o *RightToWorkBreakdown) GetShareCodeValidation() RightToWorkBreakdownShareCodeValidation
GetShareCodeValidation returns the ShareCodeValidation field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdown) GetShareCodeValidationOk() (*RightToWorkBreakdownShareCodeValidation, bool)
GetShareCodeValidationOk returns a tuple with the ShareCodeValidation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdown) SetShareCodeValidation(v RightToWorkBreakdownShareCodeValidation)
SetShareCodeValidation sets ShareCodeValidation field to given value.
func (o *RightToWorkBreakdown) HasShareCodeValidation() bool
HasShareCodeValidation returns a boolean if a field has been set.