Skip to content

Latest commit

 

History

History
576 lines (311 loc) · 16.7 KB

DocumentPropertiesExtractedData.md

File metadata and controls

576 lines (311 loc) · 16.7 KB

DocumentPropertiesExtractedData

Properties

Name Type Description Notes
DocumentNumber Pointer to string [optional]
DateOfBirth Pointer to string [optional]
DateOfExpiry Pointer to string [optional]
FirstName Pointer to string [optional]
LastName Pointer to string [optional]
MiddleName Pointer to string [optional]
FullName Pointer to string [optional]
SpouseName Pointer to string [optional]
WidowName Pointer to string [optional]
AliasName Pointer to string [optional]
Gender Pointer to string [optional]
MrzLine1 Pointer to string [optional]
MrzLine2 Pointer to string [optional]
MrzLine3 Pointer to string [optional]
Nationality Pointer to string [optional]
AddressLine1 Pointer to string [optional]
AddressLine2 Pointer to string [optional]
AddressLine3 Pointer to string [optional]
AddressLine4 Pointer to string [optional]
AddressLine5 Pointer to string [optional]
IssuingAuthority Pointer to string [optional]

Methods

NewDocumentPropertiesExtractedData

func NewDocumentPropertiesExtractedData() *DocumentPropertiesExtractedData

NewDocumentPropertiesExtractedData instantiates a new DocumentPropertiesExtractedData 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

NewDocumentPropertiesExtractedDataWithDefaults

func NewDocumentPropertiesExtractedDataWithDefaults() *DocumentPropertiesExtractedData

NewDocumentPropertiesExtractedDataWithDefaults instantiates a new DocumentPropertiesExtractedData 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

GetDocumentNumber

func (o *DocumentPropertiesExtractedData) GetDocumentNumber() string

GetDocumentNumber returns the DocumentNumber field if non-nil, zero value otherwise.

GetDocumentNumberOk

func (o *DocumentPropertiesExtractedData) GetDocumentNumberOk() (*string, bool)

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

SetDocumentNumber

func (o *DocumentPropertiesExtractedData) SetDocumentNumber(v string)

SetDocumentNumber sets DocumentNumber field to given value.

HasDocumentNumber

func (o *DocumentPropertiesExtractedData) HasDocumentNumber() bool

HasDocumentNumber returns a boolean if a field has been set.

GetDateOfBirth

func (o *DocumentPropertiesExtractedData) GetDateOfBirth() string

GetDateOfBirth returns the DateOfBirth field if non-nil, zero value otherwise.

GetDateOfBirthOk

func (o *DocumentPropertiesExtractedData) 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.

SetDateOfBirth

func (o *DocumentPropertiesExtractedData) SetDateOfBirth(v string)

SetDateOfBirth sets DateOfBirth field to given value.

HasDateOfBirth

func (o *DocumentPropertiesExtractedData) HasDateOfBirth() bool

HasDateOfBirth returns a boolean if a field has been set.

GetDateOfExpiry

func (o *DocumentPropertiesExtractedData) GetDateOfExpiry() string

GetDateOfExpiry returns the DateOfExpiry field if non-nil, zero value otherwise.

GetDateOfExpiryOk

func (o *DocumentPropertiesExtractedData) 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.

SetDateOfExpiry

func (o *DocumentPropertiesExtractedData) SetDateOfExpiry(v string)

SetDateOfExpiry sets DateOfExpiry field to given value.

HasDateOfExpiry

func (o *DocumentPropertiesExtractedData) HasDateOfExpiry() bool

HasDateOfExpiry returns a boolean if a field has been set.

GetFirstName

func (o *DocumentPropertiesExtractedData) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

func (o *DocumentPropertiesExtractedData) 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.

SetFirstName

func (o *DocumentPropertiesExtractedData) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *DocumentPropertiesExtractedData) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetLastName

func (o *DocumentPropertiesExtractedData) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

func (o *DocumentPropertiesExtractedData) 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.

SetLastName

func (o *DocumentPropertiesExtractedData) SetLastName(v string)

SetLastName sets LastName field to given value.

HasLastName

func (o *DocumentPropertiesExtractedData) HasLastName() bool

HasLastName returns a boolean if a field has been set.

GetMiddleName

func (o *DocumentPropertiesExtractedData) GetMiddleName() string

GetMiddleName returns the MiddleName field if non-nil, zero value otherwise.

GetMiddleNameOk

func (o *DocumentPropertiesExtractedData) GetMiddleNameOk() (*string, bool)

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

SetMiddleName

func (o *DocumentPropertiesExtractedData) SetMiddleName(v string)

SetMiddleName sets MiddleName field to given value.

HasMiddleName

func (o *DocumentPropertiesExtractedData) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

GetFullName

func (o *DocumentPropertiesExtractedData) GetFullName() string

GetFullName returns the FullName field if non-nil, zero value otherwise.

GetFullNameOk

func (o *DocumentPropertiesExtractedData) GetFullNameOk() (*string, bool)

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

SetFullName

func (o *DocumentPropertiesExtractedData) SetFullName(v string)

SetFullName sets FullName field to given value.

HasFullName

func (o *DocumentPropertiesExtractedData) HasFullName() bool

HasFullName returns a boolean if a field has been set.

GetSpouseName

func (o *DocumentPropertiesExtractedData) GetSpouseName() string

GetSpouseName returns the SpouseName field if non-nil, zero value otherwise.

GetSpouseNameOk

func (o *DocumentPropertiesExtractedData) 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.

SetSpouseName

func (o *DocumentPropertiesExtractedData) SetSpouseName(v string)

SetSpouseName sets SpouseName field to given value.

HasSpouseName

func (o *DocumentPropertiesExtractedData) HasSpouseName() bool

HasSpouseName returns a boolean if a field has been set.

GetWidowName

func (o *DocumentPropertiesExtractedData) GetWidowName() string

GetWidowName returns the WidowName field if non-nil, zero value otherwise.

GetWidowNameOk

func (o *DocumentPropertiesExtractedData) 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.

SetWidowName

func (o *DocumentPropertiesExtractedData) SetWidowName(v string)

SetWidowName sets WidowName field to given value.

HasWidowName

func (o *DocumentPropertiesExtractedData) HasWidowName() bool

HasWidowName returns a boolean if a field has been set.

GetAliasName

func (o *DocumentPropertiesExtractedData) GetAliasName() string

GetAliasName returns the AliasName field if non-nil, zero value otherwise.

GetAliasNameOk

func (o *DocumentPropertiesExtractedData) 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.

SetAliasName

func (o *DocumentPropertiesExtractedData) SetAliasName(v string)

SetAliasName sets AliasName field to given value.

HasAliasName

func (o *DocumentPropertiesExtractedData) HasAliasName() bool

HasAliasName returns a boolean if a field has been set.

GetGender

func (o *DocumentPropertiesExtractedData) GetGender() string

GetGender returns the Gender field if non-nil, zero value otherwise.

GetGenderOk

func (o *DocumentPropertiesExtractedData) 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.

SetGender

func (o *DocumentPropertiesExtractedData) SetGender(v string)

SetGender sets Gender field to given value.

HasGender

func (o *DocumentPropertiesExtractedData) HasGender() bool

HasGender returns a boolean if a field has been set.

GetMrzLine1

func (o *DocumentPropertiesExtractedData) GetMrzLine1() string

GetMrzLine1 returns the MrzLine1 field if non-nil, zero value otherwise.

GetMrzLine1Ok

func (o *DocumentPropertiesExtractedData) 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.

SetMrzLine1

func (o *DocumentPropertiesExtractedData) SetMrzLine1(v string)

SetMrzLine1 sets MrzLine1 field to given value.

HasMrzLine1

func (o *DocumentPropertiesExtractedData) HasMrzLine1() bool

HasMrzLine1 returns a boolean if a field has been set.

GetMrzLine2

func (o *DocumentPropertiesExtractedData) GetMrzLine2() string

GetMrzLine2 returns the MrzLine2 field if non-nil, zero value otherwise.

GetMrzLine2Ok

func (o *DocumentPropertiesExtractedData) 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.

SetMrzLine2

func (o *DocumentPropertiesExtractedData) SetMrzLine2(v string)

SetMrzLine2 sets MrzLine2 field to given value.

HasMrzLine2

func (o *DocumentPropertiesExtractedData) HasMrzLine2() bool

HasMrzLine2 returns a boolean if a field has been set.

GetMrzLine3

func (o *DocumentPropertiesExtractedData) GetMrzLine3() string

GetMrzLine3 returns the MrzLine3 field if non-nil, zero value otherwise.

GetMrzLine3Ok

func (o *DocumentPropertiesExtractedData) 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.

SetMrzLine3

func (o *DocumentPropertiesExtractedData) SetMrzLine3(v string)

SetMrzLine3 sets MrzLine3 field to given value.

HasMrzLine3

func (o *DocumentPropertiesExtractedData) HasMrzLine3() bool

HasMrzLine3 returns a boolean if a field has been set.

GetNationality

func (o *DocumentPropertiesExtractedData) GetNationality() string

GetNationality returns the Nationality field if non-nil, zero value otherwise.

GetNationalityOk

func (o *DocumentPropertiesExtractedData) 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.

SetNationality

func (o *DocumentPropertiesExtractedData) SetNationality(v string)

SetNationality sets Nationality field to given value.

HasNationality

func (o *DocumentPropertiesExtractedData) HasNationality() bool

HasNationality returns a boolean if a field has been set.

GetAddressLine1

func (o *DocumentPropertiesExtractedData) GetAddressLine1() string

GetAddressLine1 returns the AddressLine1 field if non-nil, zero value otherwise.

GetAddressLine1Ok

func (o *DocumentPropertiesExtractedData) GetAddressLine1Ok() (*string, bool)

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

SetAddressLine1

func (o *DocumentPropertiesExtractedData) SetAddressLine1(v string)

SetAddressLine1 sets AddressLine1 field to given value.

HasAddressLine1

func (o *DocumentPropertiesExtractedData) HasAddressLine1() bool

HasAddressLine1 returns a boolean if a field has been set.

GetAddressLine2

func (o *DocumentPropertiesExtractedData) GetAddressLine2() string

GetAddressLine2 returns the AddressLine2 field if non-nil, zero value otherwise.

GetAddressLine2Ok

func (o *DocumentPropertiesExtractedData) GetAddressLine2Ok() (*string, bool)

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

SetAddressLine2

func (o *DocumentPropertiesExtractedData) SetAddressLine2(v string)

SetAddressLine2 sets AddressLine2 field to given value.

HasAddressLine2

func (o *DocumentPropertiesExtractedData) HasAddressLine2() bool

HasAddressLine2 returns a boolean if a field has been set.

GetAddressLine3

func (o *DocumentPropertiesExtractedData) GetAddressLine3() string

GetAddressLine3 returns the AddressLine3 field if non-nil, zero value otherwise.

GetAddressLine3Ok

func (o *DocumentPropertiesExtractedData) GetAddressLine3Ok() (*string, bool)

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

SetAddressLine3

func (o *DocumentPropertiesExtractedData) SetAddressLine3(v string)

SetAddressLine3 sets AddressLine3 field to given value.

HasAddressLine3

func (o *DocumentPropertiesExtractedData) HasAddressLine3() bool

HasAddressLine3 returns a boolean if a field has been set.

GetAddressLine4

func (o *DocumentPropertiesExtractedData) GetAddressLine4() string

GetAddressLine4 returns the AddressLine4 field if non-nil, zero value otherwise.

GetAddressLine4Ok

func (o *DocumentPropertiesExtractedData) GetAddressLine4Ok() (*string, bool)

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

SetAddressLine4

func (o *DocumentPropertiesExtractedData) SetAddressLine4(v string)

SetAddressLine4 sets AddressLine4 field to given value.

HasAddressLine4

func (o *DocumentPropertiesExtractedData) HasAddressLine4() bool

HasAddressLine4 returns a boolean if a field has been set.

GetAddressLine5

func (o *DocumentPropertiesExtractedData) GetAddressLine5() string

GetAddressLine5 returns the AddressLine5 field if non-nil, zero value otherwise.

GetAddressLine5Ok

func (o *DocumentPropertiesExtractedData) GetAddressLine5Ok() (*string, bool)

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

SetAddressLine5

func (o *DocumentPropertiesExtractedData) SetAddressLine5(v string)

SetAddressLine5 sets AddressLine5 field to given value.

HasAddressLine5

func (o *DocumentPropertiesExtractedData) HasAddressLine5() bool

HasAddressLine5 returns a boolean if a field has been set.

GetIssuingAuthority

func (o *DocumentPropertiesExtractedData) GetIssuingAuthority() string

GetIssuingAuthority returns the IssuingAuthority field if non-nil, zero value otherwise.

GetIssuingAuthorityOk

func (o *DocumentPropertiesExtractedData) 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.

SetIssuingAuthority

func (o *DocumentPropertiesExtractedData) SetIssuingAuthority(v string)

SetIssuingAuthority sets IssuingAuthority field to given value.

HasIssuingAuthority

func (o *DocumentPropertiesExtractedData) HasIssuingAuthority() bool

HasIssuingAuthority returns a boolean if a field has been set.

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