Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.27 KB

AadhaarxmlValidateOtp400ResponseDataProofOfIdentity.md

File metadata and controls

160 lines (87 loc) · 5.27 KB

AadhaarxmlValidateOtp400ResponseDataProofOfIdentity

Properties

Name Type Description Notes
Dob Pointer to string [optional]
Gender Pointer to string [optional]
HashedEmail Pointer to string [optional]
HashedMobileNumber Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewAadhaarxmlValidateOtp400ResponseDataProofOfIdentity

func NewAadhaarxmlValidateOtp400ResponseDataProofOfIdentity() *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity

NewAadhaarxmlValidateOtp400ResponseDataProofOfIdentity instantiates a new AadhaarxmlValidateOtp400ResponseDataProofOfIdentity 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

NewAadhaarxmlValidateOtp400ResponseDataProofOfIdentityWithDefaults

func NewAadhaarxmlValidateOtp400ResponseDataProofOfIdentityWithDefaults() *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity

NewAadhaarxmlValidateOtp400ResponseDataProofOfIdentityWithDefaults instantiates a new AadhaarxmlValidateOtp400ResponseDataProofOfIdentity 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

GetDob

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) GetDob() string

GetDob returns the Dob field if non-nil, zero value otherwise.

GetDobOk

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) GetDobOk() (*string, bool)

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

SetDob

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) SetDob(v string)

SetDob sets Dob field to given value.

HasDob

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) HasDob() bool

HasDob returns a boolean if a field has been set.

GetGender

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) GetGender() string

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

GetGenderOk

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) 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 *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) SetGender(v string)

SetGender sets Gender field to given value.

HasGender

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) HasGender() bool

HasGender returns a boolean if a field has been set.

GetHashedEmail

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) GetHashedEmail() string

GetHashedEmail returns the HashedEmail field if non-nil, zero value otherwise.

GetHashedEmailOk

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) GetHashedEmailOk() (*string, bool)

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

SetHashedEmail

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) SetHashedEmail(v string)

SetHashedEmail sets HashedEmail field to given value.

HasHashedEmail

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) HasHashedEmail() bool

HasHashedEmail returns a boolean if a field has been set.

GetHashedMobileNumber

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) GetHashedMobileNumber() string

GetHashedMobileNumber returns the HashedMobileNumber field if non-nil, zero value otherwise.

GetHashedMobileNumberOk

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) GetHashedMobileNumberOk() (*string, bool)

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

SetHashedMobileNumber

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) SetHashedMobileNumber(v string)

SetHashedMobileNumber sets HashedMobileNumber field to given value.

HasHashedMobileNumber

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) HasHashedMobileNumber() bool

HasHashedMobileNumber returns a boolean if a field has been set.

GetName

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *AadhaarxmlValidateOtp400ResponseDataProofOfIdentity) HasName() bool

HasName returns a boolean if a field has been set.

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