Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.44 KB

KycSubmitAddressResponseEntityDataApplicant.md

File metadata and controls

212 lines (115 loc) · 6.44 KB

KycSubmitAddressResponseEntityDataApplicant

Properties

Name Type Description Notes
Firstname Pointer to string [optional]
Lastname Pointer to string [optional]
Phone Pointer to string [optional]
Middlename Pointer to string [optional]
Photo Pointer to string [optional]
Gender Pointer to string [optional]
Birthdate Pointer to string [optional]

Methods

NewKycSubmitAddressResponseEntityDataApplicant

func NewKycSubmitAddressResponseEntityDataApplicant() *KycSubmitAddressResponseEntityDataApplicant

NewKycSubmitAddressResponseEntityDataApplicant instantiates a new KycSubmitAddressResponseEntityDataApplicant 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

NewKycSubmitAddressResponseEntityDataApplicantWithDefaults

func NewKycSubmitAddressResponseEntityDataApplicantWithDefaults() *KycSubmitAddressResponseEntityDataApplicant

NewKycSubmitAddressResponseEntityDataApplicantWithDefaults instantiates a new KycSubmitAddressResponseEntityDataApplicant 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

GetFirstname

func (o *KycSubmitAddressResponseEntityDataApplicant) GetFirstname() string

GetFirstname returns the Firstname field if non-nil, zero value otherwise.

GetFirstnameOk

func (o *KycSubmitAddressResponseEntityDataApplicant) 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 *KycSubmitAddressResponseEntityDataApplicant) SetFirstname(v string)

SetFirstname sets Firstname field to given value.

HasFirstname

func (o *KycSubmitAddressResponseEntityDataApplicant) HasFirstname() bool

HasFirstname returns a boolean if a field has been set.

GetLastname

func (o *KycSubmitAddressResponseEntityDataApplicant) GetLastname() string

GetLastname returns the Lastname field if non-nil, zero value otherwise.

GetLastnameOk

func (o *KycSubmitAddressResponseEntityDataApplicant) 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 *KycSubmitAddressResponseEntityDataApplicant) SetLastname(v string)

SetLastname sets Lastname field to given value.

HasLastname

func (o *KycSubmitAddressResponseEntityDataApplicant) HasLastname() bool

HasLastname returns a boolean if a field has been set.

GetPhone

func (o *KycSubmitAddressResponseEntityDataApplicant) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

func (o *KycSubmitAddressResponseEntityDataApplicant) GetPhoneOk() (*string, bool)

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

SetPhone

func (o *KycSubmitAddressResponseEntityDataApplicant) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *KycSubmitAddressResponseEntityDataApplicant) HasPhone() bool

HasPhone returns a boolean if a field has been set.

GetMiddlename

func (o *KycSubmitAddressResponseEntityDataApplicant) GetMiddlename() string

GetMiddlename returns the Middlename field if non-nil, zero value otherwise.

GetMiddlenameOk

func (o *KycSubmitAddressResponseEntityDataApplicant) 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 *KycSubmitAddressResponseEntityDataApplicant) SetMiddlename(v string)

SetMiddlename sets Middlename field to given value.

HasMiddlename

func (o *KycSubmitAddressResponseEntityDataApplicant) HasMiddlename() bool

HasMiddlename returns a boolean if a field has been set.

GetPhoto

func (o *KycSubmitAddressResponseEntityDataApplicant) GetPhoto() string

GetPhoto returns the Photo field if non-nil, zero value otherwise.

GetPhotoOk

func (o *KycSubmitAddressResponseEntityDataApplicant) GetPhotoOk() (*string, bool)

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

SetPhoto

func (o *KycSubmitAddressResponseEntityDataApplicant) SetPhoto(v string)

SetPhoto sets Photo field to given value.

HasPhoto

func (o *KycSubmitAddressResponseEntityDataApplicant) HasPhoto() bool

HasPhoto returns a boolean if a field has been set.

GetGender

func (o *KycSubmitAddressResponseEntityDataApplicant) GetGender() string

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

GetGenderOk

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

SetGender sets Gender field to given value.

HasGender

func (o *KycSubmitAddressResponseEntityDataApplicant) HasGender() bool

HasGender returns a boolean if a field has been set.

GetBirthdate

func (o *KycSubmitAddressResponseEntityDataApplicant) GetBirthdate() string

GetBirthdate returns the Birthdate field if non-nil, zero value otherwise.

GetBirthdateOk

func (o *KycSubmitAddressResponseEntityDataApplicant) GetBirthdateOk() (*string, bool)

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

SetBirthdate

func (o *KycSubmitAddressResponseEntityDataApplicant) SetBirthdate(v string)

SetBirthdate sets Birthdate field to given value.

HasBirthdate

func (o *KycSubmitAddressResponseEntityDataApplicant) HasBirthdate() bool

HasBirthdate returns a boolean if a field has been set.

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