Name | Type | Description | Notes |
---|---|---|---|
WorkStreet | Pointer to string | [optional] | |
WorkCity | Pointer to string | [optional] | |
WorkState | Pointer to string | [optional] | |
WorkZip | Pointer to string | [optional] | |
WorkCountry | Pointer to string | [optional] |
func NewUserBusinessAddress() *UserBusinessAddress
NewUserBusinessAddress instantiates a new UserBusinessAddress 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 NewUserBusinessAddressWithDefaults() *UserBusinessAddress
NewUserBusinessAddressWithDefaults instantiates a new UserBusinessAddress 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 *UserBusinessAddress) GetWorkStreet() string
GetWorkStreet returns the WorkStreet field if non-nil, zero value otherwise.
func (o *UserBusinessAddress) GetWorkStreetOk() (*string, bool)
GetWorkStreetOk returns a tuple with the WorkStreet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBusinessAddress) SetWorkStreet(v string)
SetWorkStreet sets WorkStreet field to given value.
func (o *UserBusinessAddress) HasWorkStreet() bool
HasWorkStreet returns a boolean if a field has been set.
func (o *UserBusinessAddress) GetWorkCity() string
GetWorkCity returns the WorkCity field if non-nil, zero value otherwise.
func (o *UserBusinessAddress) GetWorkCityOk() (*string, bool)
GetWorkCityOk returns a tuple with the WorkCity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBusinessAddress) SetWorkCity(v string)
SetWorkCity sets WorkCity field to given value.
func (o *UserBusinessAddress) HasWorkCity() bool
HasWorkCity returns a boolean if a field has been set.
func (o *UserBusinessAddress) GetWorkState() string
GetWorkState returns the WorkState field if non-nil, zero value otherwise.
func (o *UserBusinessAddress) GetWorkStateOk() (*string, bool)
GetWorkStateOk returns a tuple with the WorkState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBusinessAddress) SetWorkState(v string)
SetWorkState sets WorkState field to given value.
func (o *UserBusinessAddress) HasWorkState() bool
HasWorkState returns a boolean if a field has been set.
func (o *UserBusinessAddress) GetWorkZip() string
GetWorkZip returns the WorkZip field if non-nil, zero value otherwise.
func (o *UserBusinessAddress) GetWorkZipOk() (*string, bool)
GetWorkZipOk returns a tuple with the WorkZip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBusinessAddress) SetWorkZip(v string)
SetWorkZip sets WorkZip field to given value.
func (o *UserBusinessAddress) HasWorkZip() bool
HasWorkZip returns a boolean if a field has been set.
func (o *UserBusinessAddress) GetWorkCountry() string
GetWorkCountry returns the WorkCountry field if non-nil, zero value otherwise.
func (o *UserBusinessAddress) GetWorkCountryOk() (*string, bool)
GetWorkCountryOk returns a tuple with the WorkCountry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserBusinessAddress) SetWorkCountry(v string)
SetWorkCountry sets WorkCountry field to given value.
func (o *UserBusinessAddress) HasWorkCountry() bool
HasWorkCountry returns a boolean if a field has been set.