| Name | Type | Description | Notes |
|---|---|---|---|
| BillingAddress1 | Pointer to string | [optional] | |
| BillingAddress2 | Pointer to string | [optional] | |
| Business | bool | ||
| CompanyName | Pointer to string | [optional] | |
| Country | string | ||
| Pointer to string | [optional] | ||
| Name | Pointer to string | [optional] | |
| Phone | Pointer to string | [optional] | |
| State | Pointer to string | [optional] | |
| VatNumber | Pointer to string | [optional] | |
| ZipCode | string |
func NewUserInfoPostPayload(business bool, country string, zipCode string, ) *UserInfoPostPayload
NewUserInfoPostPayload instantiates a new UserInfoPostPayload 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 NewUserInfoPostPayloadWithDefaults() *UserInfoPostPayload
NewUserInfoPostPayloadWithDefaults instantiates a new UserInfoPostPayload 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 *UserInfoPostPayload) GetBillingAddress1() string
GetBillingAddress1 returns the BillingAddress1 field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) GetBillingAddress1Ok() (*string, bool)
GetBillingAddress1Ok returns a tuple with the BillingAddress1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInfoPostPayload) SetBillingAddress1(v string)
SetBillingAddress1 sets BillingAddress1 field to given value.
func (o *UserInfoPostPayload) HasBillingAddress1() bool
HasBillingAddress1 returns a boolean if a field has been set.
func (o *UserInfoPostPayload) GetBillingAddress2() string
GetBillingAddress2 returns the BillingAddress2 field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) GetBillingAddress2Ok() (*string, bool)
GetBillingAddress2Ok returns a tuple with the BillingAddress2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInfoPostPayload) SetBillingAddress2(v string)
SetBillingAddress2 sets BillingAddress2 field to given value.
func (o *UserInfoPostPayload) HasBillingAddress2() bool
HasBillingAddress2 returns a boolean if a field has been set.
func (o *UserInfoPostPayload) GetBusiness() bool
GetBusiness returns the Business field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) GetBusinessOk() (*bool, bool)
GetBusinessOk returns a tuple with the Business field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInfoPostPayload) SetBusiness(v bool)
SetBusiness sets Business field to given value.
func (o *UserInfoPostPayload) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) 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 *UserInfoPostPayload) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *UserInfoPostPayload) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *UserInfoPostPayload) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInfoPostPayload) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *UserInfoPostPayload) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) 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 *UserInfoPostPayload) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *UserInfoPostPayload) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *UserInfoPostPayload) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) 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 *UserInfoPostPayload) SetName(v string)
SetName sets Name field to given value.
func (o *UserInfoPostPayload) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UserInfoPostPayload) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) 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 *UserInfoPostPayload) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *UserInfoPostPayload) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *UserInfoPostPayload) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInfoPostPayload) SetState(v string)
SetState sets State field to given value.
func (o *UserInfoPostPayload) HasState() bool
HasState returns a boolean if a field has been set.
func (o *UserInfoPostPayload) GetVatNumber() string
GetVatNumber returns the VatNumber field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) GetVatNumberOk() (*string, bool)
GetVatNumberOk returns a tuple with the VatNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInfoPostPayload) SetVatNumber(v string)
SetVatNumber sets VatNumber field to given value.
func (o *UserInfoPostPayload) HasVatNumber() bool
HasVatNumber returns a boolean if a field has been set.
func (o *UserInfoPostPayload) GetZipCode() string
GetZipCode returns the ZipCode field if non-nil, zero value otherwise.
func (o *UserInfoPostPayload) GetZipCodeOk() (*string, bool)
GetZipCodeOk returns a tuple with the ZipCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserInfoPostPayload) SetZipCode(v string)
SetZipCode sets ZipCode field to given value.