| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | Arbitrary string representing the name of the account. Is autogenerated for personal accounts. | |
| Pointer to NullableString | A string representing the billing e-mail of the account | [optional] | |
| Phone | Pointer to NullableString | A string representing the phone number of the account | [optional] |
| LabelIds | Pointer to []int32 | IDs of the labels | [optional] |
| Custom | Pointer to map[string]interface{} | The custom properties of the account. | [optional] |
| AddressAttributes | Pointer to NullableAddressPayload | [optional] | |
| SignupAnswersAttributes | Pointer to []CreateAccountRequestSignupAnswersAttributesInner | [optional] |
func NewCreateAccountRequest(name string, ) *CreateAccountRequest
NewCreateAccountRequest instantiates a new CreateAccountRequest 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 NewCreateAccountRequestWithDefaults() *CreateAccountRequest
NewCreateAccountRequestWithDefaults instantiates a new CreateAccountRequest 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 *CreateAccountRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreateAccountRequest) 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.
func (o *CreateAccountRequest) SetName(v string)
SetName sets Name field to given value.
func (o *CreateAccountRequest) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *CreateAccountRequest) 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 *CreateAccountRequest) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *CreateAccountRequest) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *CreateAccountRequest) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *CreateAccountRequest) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *CreateAccountRequest) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *CreateAccountRequest) 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.
func (o *CreateAccountRequest) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *CreateAccountRequest) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *CreateAccountRequest) SetPhoneNil(b bool)
SetPhoneNil sets the value for Phone to be an explicit nil
func (o *CreateAccountRequest) UnsetPhone()
UnsetPhone ensures that no value is present for Phone, not even an explicit nil
func (o *CreateAccountRequest) GetLabelIds() []int32
GetLabelIds returns the LabelIds field if non-nil, zero value otherwise.
func (o *CreateAccountRequest) GetLabelIdsOk() (*[]int32, bool)
GetLabelIdsOk returns a tuple with the LabelIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAccountRequest) SetLabelIds(v []int32)
SetLabelIds sets LabelIds field to given value.
func (o *CreateAccountRequest) HasLabelIds() bool
HasLabelIds returns a boolean if a field has been set.
func (o *CreateAccountRequest) GetCustom() map[string]interface{}
GetCustom returns the Custom field if non-nil, zero value otherwise.
func (o *CreateAccountRequest) GetCustomOk() (*map[string]interface{}, bool)
GetCustomOk returns a tuple with the Custom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAccountRequest) SetCustom(v map[string]interface{})
SetCustom sets Custom field to given value.
func (o *CreateAccountRequest) HasCustom() bool
HasCustom returns a boolean if a field has been set.
func (o *CreateAccountRequest) GetAddressAttributes() AddressPayload
GetAddressAttributes returns the AddressAttributes field if non-nil, zero value otherwise.
func (o *CreateAccountRequest) GetAddressAttributesOk() (*AddressPayload, bool)
GetAddressAttributesOk returns a tuple with the AddressAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAccountRequest) SetAddressAttributes(v AddressPayload)
SetAddressAttributes sets AddressAttributes field to given value.
func (o *CreateAccountRequest) HasAddressAttributes() bool
HasAddressAttributes returns a boolean if a field has been set.
func (o *CreateAccountRequest) SetAddressAttributesNil(b bool)
SetAddressAttributesNil sets the value for AddressAttributes to be an explicit nil
func (o *CreateAccountRequest) UnsetAddressAttributes()
UnsetAddressAttributes ensures that no value is present for AddressAttributes, not even an explicit nil
func (o *CreateAccountRequest) GetSignupAnswersAttributes() []CreateAccountRequestSignupAnswersAttributesInner
GetSignupAnswersAttributes returns the SignupAnswersAttributes field if non-nil, zero value otherwise.
func (o *CreateAccountRequest) GetSignupAnswersAttributesOk() (*[]CreateAccountRequestSignupAnswersAttributesInner, bool)
GetSignupAnswersAttributesOk returns a tuple with the SignupAnswersAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAccountRequest) SetSignupAnswersAttributes(v []CreateAccountRequestSignupAnswersAttributesInner)
SetSignupAnswersAttributes sets SignupAnswersAttributes field to given value.
func (o *CreateAccountRequest) HasSignupAnswersAttributes() bool
HasSignupAnswersAttributes returns a boolean if a field has been set.