Name | Type | Description | Notes |
---|---|---|---|
DateOfBirth | Pointer to string | [optional] | |
DateOfExpiry | Pointer to string | [optional] | |
DocumentNumbers | Pointer to []DocumentPropertiesDocumentNumbersInner | [optional] | |
DocumentType | Pointer to string | [optional] | |
FirstName | Pointer to string | [optional] | |
Gender | Pointer to string | [optional] | |
IssuingCountry | Pointer to string | [optional] | |
LastName | Pointer to string | [optional] | |
Nationality | Pointer to string | [optional] | |
IssuingState | Pointer to string | [optional] | |
IssuingDate | Pointer to string | [optional] | |
Categorisation | Pointer to string | [optional] | |
MrzLine1 | Pointer to string | [optional] | |
MrzLine2 | Pointer to string | [optional] | |
MrzLine3 | Pointer to string | [optional] | |
Address | Pointer to string | [optional] | |
PlaceOfBirth | Pointer to string | [optional] | |
SpouseName | Pointer to string | [optional] | |
WidowName | Pointer to string | [optional] | |
AliasName | Pointer to string | [optional] | |
IssuingAuthority | Pointer to string | [optional] | |
RealIdCompliance | Pointer to string | [optional] | |
AddressLines | Pointer to DocumentPropertiesAddressLines | [optional] | |
Barcode | Pointer to []DocumentPropertiesBarcodeInner | [optional] | |
Nfc | Pointer to DocumentPropertiesNfc | [optional] | |
DrivingLicenceInformation | Pointer to DocumentPropertiesDrivingLicenceInformation | [optional] | |
DocumentClassification | Pointer to DocumentPropertiesDocumentClassification | [optional] | |
ExtractedData | Pointer to DocumentPropertiesExtractedData | [optional] |
func NewDocumentProperties() *DocumentProperties
NewDocumentProperties instantiates a new DocumentProperties 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 NewDocumentPropertiesWithDefaults() *DocumentProperties
NewDocumentPropertiesWithDefaults instantiates a new DocumentProperties 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 *DocumentProperties) GetDateOfBirth() string
GetDateOfBirth returns the DateOfBirth field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetDateOfBirthOk() (*string, 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 *DocumentProperties) SetDateOfBirth(v string)
SetDateOfBirth sets DateOfBirth field to given value.
func (o *DocumentProperties) HasDateOfBirth() bool
HasDateOfBirth returns a boolean if a field has been set.
func (o *DocumentProperties) GetDateOfExpiry() string
GetDateOfExpiry returns the DateOfExpiry field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetDateOfExpiryOk() (*string, bool)
GetDateOfExpiryOk returns a tuple with the DateOfExpiry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetDateOfExpiry(v string)
SetDateOfExpiry sets DateOfExpiry field to given value.
func (o *DocumentProperties) HasDateOfExpiry() bool
HasDateOfExpiry returns a boolean if a field has been set.
func (o *DocumentProperties) GetDocumentNumbers() []DocumentPropertiesDocumentNumbersInner
GetDocumentNumbers returns the DocumentNumbers field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetDocumentNumbersOk() (*[]DocumentPropertiesDocumentNumbersInner, 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 *DocumentProperties) SetDocumentNumbers(v []DocumentPropertiesDocumentNumbersInner)
SetDocumentNumbers sets DocumentNumbers field to given value.
func (o *DocumentProperties) HasDocumentNumbers() bool
HasDocumentNumbers returns a boolean if a field has been set.
func (o *DocumentProperties) GetDocumentType() string
GetDocumentType returns the DocumentType field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetDocumentTypeOk() (*string, bool)
GetDocumentTypeOk returns a tuple with the DocumentType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetDocumentType(v string)
SetDocumentType sets DocumentType field to given value.
func (o *DocumentProperties) HasDocumentType() bool
HasDocumentType returns a boolean if a field has been set.
func (o *DocumentProperties) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *DocumentProperties) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *DocumentProperties) GetGender() string
GetGender returns the Gender field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetGenderOk() (*string, 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 *DocumentProperties) SetGender(v string)
SetGender sets Gender field to given value.
func (o *DocumentProperties) HasGender() bool
HasGender returns a boolean if a field has been set.
func (o *DocumentProperties) GetIssuingCountry() string
GetIssuingCountry returns the IssuingCountry field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetIssuingCountryOk() (*string, bool)
GetIssuingCountryOk returns a tuple with the IssuingCountry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetIssuingCountry(v string)
SetIssuingCountry sets IssuingCountry field to given value.
func (o *DocumentProperties) HasIssuingCountry() bool
HasIssuingCountry returns a boolean if a field has been set.
func (o *DocumentProperties) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *DocumentProperties) HasLastName() bool
HasLastName returns a boolean if a field has been set.
func (o *DocumentProperties) GetNationality() string
GetNationality returns the Nationality field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetNationalityOk() (*string, bool)
GetNationalityOk returns a tuple with the Nationality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetNationality(v string)
SetNationality sets Nationality field to given value.
func (o *DocumentProperties) HasNationality() bool
HasNationality returns a boolean if a field has been set.
func (o *DocumentProperties) GetIssuingState() string
GetIssuingState returns the IssuingState field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetIssuingStateOk() (*string, bool)
GetIssuingStateOk returns a tuple with the IssuingState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetIssuingState(v string)
SetIssuingState sets IssuingState field to given value.
func (o *DocumentProperties) HasIssuingState() bool
HasIssuingState returns a boolean if a field has been set.
func (o *DocumentProperties) GetIssuingDate() string
GetIssuingDate returns the IssuingDate field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetIssuingDateOk() (*string, bool)
GetIssuingDateOk returns a tuple with the IssuingDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetIssuingDate(v string)
SetIssuingDate sets IssuingDate field to given value.
func (o *DocumentProperties) HasIssuingDate() bool
HasIssuingDate returns a boolean if a field has been set.
func (o *DocumentProperties) GetCategorisation() string
GetCategorisation returns the Categorisation field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetCategorisationOk() (*string, bool)
GetCategorisationOk returns a tuple with the Categorisation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetCategorisation(v string)
SetCategorisation sets Categorisation field to given value.
func (o *DocumentProperties) HasCategorisation() bool
HasCategorisation returns a boolean if a field has been set.
func (o *DocumentProperties) GetMrzLine1() string
GetMrzLine1 returns the MrzLine1 field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetMrzLine1Ok() (*string, bool)
GetMrzLine1Ok returns a tuple with the MrzLine1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetMrzLine1(v string)
SetMrzLine1 sets MrzLine1 field to given value.
func (o *DocumentProperties) HasMrzLine1() bool
HasMrzLine1 returns a boolean if a field has been set.
func (o *DocumentProperties) GetMrzLine2() string
GetMrzLine2 returns the MrzLine2 field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetMrzLine2Ok() (*string, bool)
GetMrzLine2Ok returns a tuple with the MrzLine2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetMrzLine2(v string)
SetMrzLine2 sets MrzLine2 field to given value.
func (o *DocumentProperties) HasMrzLine2() bool
HasMrzLine2 returns a boolean if a field has been set.
func (o *DocumentProperties) GetMrzLine3() string
GetMrzLine3 returns the MrzLine3 field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetMrzLine3Ok() (*string, bool)
GetMrzLine3Ok returns a tuple with the MrzLine3 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetMrzLine3(v string)
SetMrzLine3 sets MrzLine3 field to given value.
func (o *DocumentProperties) HasMrzLine3() bool
HasMrzLine3 returns a boolean if a field has been set.
func (o *DocumentProperties) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *DocumentProperties) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *DocumentProperties) GetPlaceOfBirth() string
GetPlaceOfBirth returns the PlaceOfBirth field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetPlaceOfBirthOk() (*string, bool)
GetPlaceOfBirthOk returns a tuple with the PlaceOfBirth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetPlaceOfBirth(v string)
SetPlaceOfBirth sets PlaceOfBirth field to given value.
func (o *DocumentProperties) HasPlaceOfBirth() bool
HasPlaceOfBirth returns a boolean if a field has been set.
func (o *DocumentProperties) GetSpouseName() string
GetSpouseName returns the SpouseName field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetSpouseNameOk() (*string, bool)
GetSpouseNameOk returns a tuple with the SpouseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetSpouseName(v string)
SetSpouseName sets SpouseName field to given value.
func (o *DocumentProperties) HasSpouseName() bool
HasSpouseName returns a boolean if a field has been set.
func (o *DocumentProperties) GetWidowName() string
GetWidowName returns the WidowName field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetWidowNameOk() (*string, bool)
GetWidowNameOk returns a tuple with the WidowName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetWidowName(v string)
SetWidowName sets WidowName field to given value.
func (o *DocumentProperties) HasWidowName() bool
HasWidowName returns a boolean if a field has been set.
func (o *DocumentProperties) GetAliasName() string
GetAliasName returns the AliasName field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetAliasNameOk() (*string, bool)
GetAliasNameOk returns a tuple with the AliasName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetAliasName(v string)
SetAliasName sets AliasName field to given value.
func (o *DocumentProperties) HasAliasName() bool
HasAliasName returns a boolean if a field has been set.
func (o *DocumentProperties) GetIssuingAuthority() string
GetIssuingAuthority returns the IssuingAuthority field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetIssuingAuthorityOk() (*string, bool)
GetIssuingAuthorityOk returns a tuple with the IssuingAuthority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetIssuingAuthority(v string)
SetIssuingAuthority sets IssuingAuthority field to given value.
func (o *DocumentProperties) HasIssuingAuthority() bool
HasIssuingAuthority returns a boolean if a field has been set.
func (o *DocumentProperties) GetRealIdCompliance() string
GetRealIdCompliance returns the RealIdCompliance field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetRealIdComplianceOk() (*string, bool)
GetRealIdComplianceOk returns a tuple with the RealIdCompliance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetRealIdCompliance(v string)
SetRealIdCompliance sets RealIdCompliance field to given value.
func (o *DocumentProperties) HasRealIdCompliance() bool
HasRealIdCompliance returns a boolean if a field has been set.
func (o *DocumentProperties) GetAddressLines() DocumentPropertiesAddressLines
GetAddressLines returns the AddressLines field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetAddressLinesOk() (*DocumentPropertiesAddressLines, bool)
GetAddressLinesOk returns a tuple with the AddressLines field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetAddressLines(v DocumentPropertiesAddressLines)
SetAddressLines sets AddressLines field to given value.
func (o *DocumentProperties) HasAddressLines() bool
HasAddressLines returns a boolean if a field has been set.
func (o *DocumentProperties) GetBarcode() []DocumentPropertiesBarcodeInner
GetBarcode returns the Barcode field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetBarcodeOk() (*[]DocumentPropertiesBarcodeInner, bool)
GetBarcodeOk returns a tuple with the Barcode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetBarcode(v []DocumentPropertiesBarcodeInner)
SetBarcode sets Barcode field to given value.
func (o *DocumentProperties) HasBarcode() bool
HasBarcode returns a boolean if a field has been set.
func (o *DocumentProperties) GetNfc() DocumentPropertiesNfc
GetNfc returns the Nfc field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetNfcOk() (*DocumentPropertiesNfc, bool)
GetNfcOk returns a tuple with the Nfc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetNfc(v DocumentPropertiesNfc)
SetNfc sets Nfc field to given value.
func (o *DocumentProperties) HasNfc() bool
HasNfc returns a boolean if a field has been set.
func (o *DocumentProperties) GetDrivingLicenceInformation() DocumentPropertiesDrivingLicenceInformation
GetDrivingLicenceInformation returns the DrivingLicenceInformation field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetDrivingLicenceInformationOk() (*DocumentPropertiesDrivingLicenceInformation, bool)
GetDrivingLicenceInformationOk returns a tuple with the DrivingLicenceInformation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetDrivingLicenceInformation(v DocumentPropertiesDrivingLicenceInformation)
SetDrivingLicenceInformation sets DrivingLicenceInformation field to given value.
func (o *DocumentProperties) HasDrivingLicenceInformation() bool
HasDrivingLicenceInformation returns a boolean if a field has been set.
func (o *DocumentProperties) GetDocumentClassification() DocumentPropertiesDocumentClassification
GetDocumentClassification returns the DocumentClassification field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetDocumentClassificationOk() (*DocumentPropertiesDocumentClassification, bool)
GetDocumentClassificationOk returns a tuple with the DocumentClassification field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetDocumentClassification(v DocumentPropertiesDocumentClassification)
SetDocumentClassification sets DocumentClassification field to given value.
func (o *DocumentProperties) HasDocumentClassification() bool
HasDocumentClassification returns a boolean if a field has been set.
func (o *DocumentProperties) GetExtractedData() DocumentPropertiesExtractedData
GetExtractedData returns the ExtractedData field if non-nil, zero value otherwise.
func (o *DocumentProperties) GetExtractedDataOk() (*DocumentPropertiesExtractedData, bool)
GetExtractedDataOk returns a tuple with the ExtractedData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DocumentProperties) SetExtractedData(v DocumentPropertiesExtractedData)
SetExtractedData sets ExtractedData field to given value.
func (o *DocumentProperties) HasExtractedData() bool
HasExtractedData returns a boolean if a field has been set.