| Name | Type | Description | Notes |
|---|---|---|---|
| AgentCustomerNumber | Pointer to string | [optional] | |
| string | |||
| CareOf | Pointer to string | [optional] | |
| UniqueId | Pointer to string | [optional] | |
| Address | Pointer to QuoteRequestInsuredAddress | [optional] | |
| HasDataChangeAgentCustomerNumber | Pointer to bool | [optional] | |
| HasDataChangeName | Pointer to bool | [optional] | |
| HasDataChangeAddress1 | Pointer to bool | [optional] | |
| HasDataChangeAddress2 | Pointer to bool | [optional] | |
| HasDataChangeCity | Pointer to bool | [optional] | |
| HasDataChangeState | Pointer to bool | [optional] | |
| HasDataChangeZip | Pointer to bool | [optional] | |
| HasDataChangePhone | Pointer to bool | [optional] | |
| HasDataChangeEmail | Pointer to bool | [optional] | |
| HasDataChangeCareOf | Pointer to bool | [optional] | |
| HasDataChangeInsured | Pointer to bool | [optional] |
func NewQuoteRequestInsured(email string, ) *QuoteRequestInsured
NewQuoteRequestInsured instantiates a new QuoteRequestInsured 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 NewQuoteRequestInsuredWithDefaults() *QuoteRequestInsured
NewQuoteRequestInsuredWithDefaults instantiates a new QuoteRequestInsured 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 *QuoteRequestInsured) GetAgentCustomerNumber() string
GetAgentCustomerNumber returns the AgentCustomerNumber field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetAgentCustomerNumberOk() (*string, bool)
GetAgentCustomerNumberOk returns a tuple with the AgentCustomerNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetAgentCustomerNumber(v string)
SetAgentCustomerNumber sets AgentCustomerNumber field to given value.
func (o *QuoteRequestInsured) HasAgentCustomerNumber() bool
HasAgentCustomerNumber returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) 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 *QuoteRequestInsured) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *QuoteRequestInsured) GetCareOf() string
GetCareOf returns the CareOf field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetCareOfOk() (*string, bool)
GetCareOfOk returns a tuple with the CareOf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetCareOf(v string)
SetCareOf sets CareOf field to given value.
func (o *QuoteRequestInsured) HasCareOf() bool
HasCareOf returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetUniqueId() string
GetUniqueId returns the UniqueId field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetUniqueIdOk() (*string, bool)
GetUniqueIdOk returns a tuple with the UniqueId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetUniqueId(v string)
SetUniqueId sets UniqueId field to given value.
func (o *QuoteRequestInsured) HasUniqueId() bool
HasUniqueId returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetAddress() QuoteRequestInsuredAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetAddressOk() (*QuoteRequestInsuredAddress, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetAddress(v QuoteRequestInsuredAddress)
SetAddress sets Address field to given value.
func (o *QuoteRequestInsured) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangeAgentCustomerNumber() bool
GetHasDataChangeAgentCustomerNumber returns the HasDataChangeAgentCustomerNumber field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangeAgentCustomerNumberOk() (*bool, bool)
GetHasDataChangeAgentCustomerNumberOk returns a tuple with the HasDataChangeAgentCustomerNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangeAgentCustomerNumber(v bool)
SetHasDataChangeAgentCustomerNumber sets HasDataChangeAgentCustomerNumber field to given value.
func (o *QuoteRequestInsured) HasHasDataChangeAgentCustomerNumber() bool
HasHasDataChangeAgentCustomerNumber returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangeName() bool
GetHasDataChangeName returns the HasDataChangeName field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangeNameOk() (*bool, bool)
GetHasDataChangeNameOk returns a tuple with the HasDataChangeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangeName(v bool)
SetHasDataChangeName sets HasDataChangeName field to given value.
func (o *QuoteRequestInsured) HasHasDataChangeName() bool
HasHasDataChangeName returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangeAddress1() bool
GetHasDataChangeAddress1 returns the HasDataChangeAddress1 field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangeAddress1Ok() (*bool, bool)
GetHasDataChangeAddress1Ok returns a tuple with the HasDataChangeAddress1 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangeAddress1(v bool)
SetHasDataChangeAddress1 sets HasDataChangeAddress1 field to given value.
func (o *QuoteRequestInsured) HasHasDataChangeAddress1() bool
HasHasDataChangeAddress1 returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangeAddress2() bool
GetHasDataChangeAddress2 returns the HasDataChangeAddress2 field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangeAddress2Ok() (*bool, bool)
GetHasDataChangeAddress2Ok returns a tuple with the HasDataChangeAddress2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangeAddress2(v bool)
SetHasDataChangeAddress2 sets HasDataChangeAddress2 field to given value.
func (o *QuoteRequestInsured) HasHasDataChangeAddress2() bool
HasHasDataChangeAddress2 returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangeCity() bool
GetHasDataChangeCity returns the HasDataChangeCity field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangeCityOk() (*bool, bool)
GetHasDataChangeCityOk returns a tuple with the HasDataChangeCity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangeCity(v bool)
SetHasDataChangeCity sets HasDataChangeCity field to given value.
func (o *QuoteRequestInsured) HasHasDataChangeCity() bool
HasHasDataChangeCity returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangeState() bool
GetHasDataChangeState returns the HasDataChangeState field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangeStateOk() (*bool, bool)
GetHasDataChangeStateOk returns a tuple with the HasDataChangeState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangeState(v bool)
SetHasDataChangeState sets HasDataChangeState field to given value.
func (o *QuoteRequestInsured) HasHasDataChangeState() bool
HasHasDataChangeState returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangeZip() bool
GetHasDataChangeZip returns the HasDataChangeZip field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangeZipOk() (*bool, bool)
GetHasDataChangeZipOk returns a tuple with the HasDataChangeZip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangeZip(v bool)
SetHasDataChangeZip sets HasDataChangeZip field to given value.
func (o *QuoteRequestInsured) HasHasDataChangeZip() bool
HasHasDataChangeZip returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangePhone() bool
GetHasDataChangePhone returns the HasDataChangePhone field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangePhoneOk() (*bool, bool)
GetHasDataChangePhoneOk returns a tuple with the HasDataChangePhone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangePhone(v bool)
SetHasDataChangePhone sets HasDataChangePhone field to given value.
func (o *QuoteRequestInsured) HasHasDataChangePhone() bool
HasHasDataChangePhone returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangeEmail() bool
GetHasDataChangeEmail returns the HasDataChangeEmail field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangeEmailOk() (*bool, bool)
GetHasDataChangeEmailOk returns a tuple with the HasDataChangeEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangeEmail(v bool)
SetHasDataChangeEmail sets HasDataChangeEmail field to given value.
func (o *QuoteRequestInsured) HasHasDataChangeEmail() bool
HasHasDataChangeEmail returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangeCareOf() bool
GetHasDataChangeCareOf returns the HasDataChangeCareOf field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangeCareOfOk() (*bool, bool)
GetHasDataChangeCareOfOk returns a tuple with the HasDataChangeCareOf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangeCareOf(v bool)
SetHasDataChangeCareOf sets HasDataChangeCareOf field to given value.
func (o *QuoteRequestInsured) HasHasDataChangeCareOf() bool
HasHasDataChangeCareOf returns a boolean if a field has been set.
func (o *QuoteRequestInsured) GetHasDataChangeInsured() bool
GetHasDataChangeInsured returns the HasDataChangeInsured field if non-nil, zero value otherwise.
func (o *QuoteRequestInsured) GetHasDataChangeInsuredOk() (*bool, bool)
GetHasDataChangeInsuredOk returns a tuple with the HasDataChangeInsured field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QuoteRequestInsured) SetHasDataChangeInsured(v bool)
SetHasDataChangeInsured sets HasDataChangeInsured field to given value.
func (o *QuoteRequestInsured) HasHasDataChangeInsured() bool
HasHasDataChangeInsured returns a boolean if a field has been set.