| Name | Type | Description | Notes |
|---|---|---|---|
| Address1 | string | ||
| Address2 | Pointer to string | [optional] | |
| City | string | ||
| State | string | ||
| Zip | string | ||
| PhoneNumber | Pointer to string | [optional] |
func NewPFLiteSecureQuoteRequestInsuredAddress(address1 string, city string, state string, zip string, ) *PFLiteSecureQuoteRequestInsuredAddress
NewPFLiteSecureQuoteRequestInsuredAddress instantiates a new PFLiteSecureQuoteRequestInsuredAddress 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 NewPFLiteSecureQuoteRequestInsuredAddressWithDefaults() *PFLiteSecureQuoteRequestInsuredAddress
NewPFLiteSecureQuoteRequestInsuredAddressWithDefaults instantiates a new PFLiteSecureQuoteRequestInsuredAddress 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 *PFLiteSecureQuoteRequestInsuredAddress) GetAddress1() string
GetAddress1 returns the Address1 field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsuredAddress) GetAddress1Ok() (*string, bool)
GetAddress1Ok returns a tuple with the Address1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteSecureQuoteRequestInsuredAddress) SetAddress1(v string)
SetAddress1 sets Address1 field to given value.
func (o *PFLiteSecureQuoteRequestInsuredAddress) GetAddress2() string
GetAddress2 returns the Address2 field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsuredAddress) GetAddress2Ok() (*string, bool)
GetAddress2Ok returns a tuple with the Address2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteSecureQuoteRequestInsuredAddress) SetAddress2(v string)
SetAddress2 sets Address2 field to given value.
func (o *PFLiteSecureQuoteRequestInsuredAddress) HasAddress2() bool
HasAddress2 returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestInsuredAddress) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsuredAddress) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteSecureQuoteRequestInsuredAddress) SetCity(v string)
SetCity sets City field to given value.
func (o *PFLiteSecureQuoteRequestInsuredAddress) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsuredAddress) 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 *PFLiteSecureQuoteRequestInsuredAddress) SetState(v string)
SetState sets State field to given value.
func (o *PFLiteSecureQuoteRequestInsuredAddress) GetZip() string
GetZip returns the Zip field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsuredAddress) GetZipOk() (*string, bool)
GetZipOk returns a tuple with the Zip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteSecureQuoteRequestInsuredAddress) SetZip(v string)
SetZip sets Zip field to given value.
func (o *PFLiteSecureQuoteRequestInsuredAddress) GetPhoneNumber() string
GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsuredAddress) GetPhoneNumberOk() (*string, bool)
GetPhoneNumberOk returns a tuple with the PhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteSecureQuoteRequestInsuredAddress) SetPhoneNumber(v string)
SetPhoneNumber sets PhoneNumber field to given value.
func (o *PFLiteSecureQuoteRequestInsuredAddress) HasPhoneNumber() bool
HasPhoneNumber returns a boolean if a field has been set.