| Name | Type | Description | Notes |
|---|---|---|---|
| Gender | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] | |
| DateOfBirth | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] | |
| DocumentNumbers | Pointer to RightToWorkBreakdownDataValidationBreakdownDocumentNumbers | [optional] | |
| DocumentExpiration | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] | |
| ExpiryDate | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] | |
| Mrz | Pointer to DocumentBreakdownDataComparisonBreakdownIssuingCountry | [optional] |
func NewRightToWorkBreakdownDataValidationBreakdown() *RightToWorkBreakdownDataValidationBreakdown
NewRightToWorkBreakdownDataValidationBreakdown instantiates a new RightToWorkBreakdownDataValidationBreakdown 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 NewRightToWorkBreakdownDataValidationBreakdownWithDefaults() *RightToWorkBreakdownDataValidationBreakdown
NewRightToWorkBreakdownDataValidationBreakdownWithDefaults instantiates a new RightToWorkBreakdownDataValidationBreakdown 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 *RightToWorkBreakdownDataValidationBreakdown) GetGender() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetGender returns the Gender field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetGenderOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetGenderOk returns a tuple with the Gender field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) SetGender(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetGender sets Gender field to given value.
func (o *RightToWorkBreakdownDataValidationBreakdown) HasGender() bool
HasGender returns a boolean if a field has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetDateOfBirth() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetDateOfBirth returns the DateOfBirth field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetDateOfBirthOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetDateOfBirthOk returns a tuple with the DateOfBirth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) SetDateOfBirth(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetDateOfBirth sets DateOfBirth field to given value.
func (o *RightToWorkBreakdownDataValidationBreakdown) HasDateOfBirth() bool
HasDateOfBirth returns a boolean if a field has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetDocumentNumbers() RightToWorkBreakdownDataValidationBreakdownDocumentNumbers
GetDocumentNumbers returns the DocumentNumbers field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetDocumentNumbersOk() (*RightToWorkBreakdownDataValidationBreakdownDocumentNumbers, bool)
GetDocumentNumbersOk returns a tuple with the DocumentNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) SetDocumentNumbers(v RightToWorkBreakdownDataValidationBreakdownDocumentNumbers)
SetDocumentNumbers sets DocumentNumbers field to given value.
func (o *RightToWorkBreakdownDataValidationBreakdown) HasDocumentNumbers() bool
HasDocumentNumbers returns a boolean if a field has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetDocumentExpiration() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetDocumentExpiration returns the DocumentExpiration field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetDocumentExpirationOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetDocumentExpirationOk returns a tuple with the DocumentExpiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) SetDocumentExpiration(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetDocumentExpiration sets DocumentExpiration field to given value.
func (o *RightToWorkBreakdownDataValidationBreakdown) HasDocumentExpiration() bool
HasDocumentExpiration returns a boolean if a field has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetExpiryDate() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetExpiryDate returns the ExpiryDate field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetExpiryDateOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetExpiryDateOk returns a tuple with the ExpiryDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) SetExpiryDate(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetExpiryDate sets ExpiryDate field to given value.
func (o *RightToWorkBreakdownDataValidationBreakdown) HasExpiryDate() bool
HasExpiryDate returns a boolean if a field has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetMrz() DocumentBreakdownDataComparisonBreakdownIssuingCountry
GetMrz returns the Mrz field if non-nil, zero value otherwise.
func (o *RightToWorkBreakdownDataValidationBreakdown) GetMrzOk() (*DocumentBreakdownDataComparisonBreakdownIssuingCountry, bool)
GetMrzOk returns a tuple with the Mrz field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RightToWorkBreakdownDataValidationBreakdown) SetMrz(v DocumentBreakdownDataComparisonBreakdownIssuingCountry)
SetMrz sets Mrz field to given value.
func (o *RightToWorkBreakdownDataValidationBreakdown) HasMrz() bool
HasMrz returns a boolean if a field has been set.