Name | Type | Description | Notes |
---|---|---|---|
Pointer to string | The email address associated with the user profile. | ||
Password | Pointer to string | The password for your account. | |
CompanyName | Pointer to string |
func (o *NewAccountSignUp) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *NewAccountSignUp) GetEmailOk() (string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewAccountSignUp) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *NewAccountSignUp) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (o *NewAccountSignUp) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *NewAccountSignUp) GetPasswordOk() (string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewAccountSignUp) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *NewAccountSignUp) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (o *NewAccountSignUp) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
func (o *NewAccountSignUp) GetCompanyNameOk() (string, bool)
GetCompanyNameOk returns a tuple with the CompanyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NewAccountSignUp) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *NewAccountSignUp) SetCompanyName(v string)
SetCompanyName gets a reference to the given string and assigns it to the CompanyName field.