| Name | Type | Description | Notes |
|---|---|---|---|
| AgentCustomerNumber | Pointer to string | This denotes the Agent Customer Number. | [optional] |
| Pointer to string | This denotes the email. | [optional] | |
| CareOf | Pointer to string | This denotes the care of. | [optional] |
| UniqueID | Pointer to string | This denotes a unique identifier for the insured. | [optional] |
| MobilePhoneNumber | Pointer to string | This denotes the mobile phone number. | [optional] |
| IsCancellationWarningEnabled | Pointer to bool | Indicates if cancellation warnings are enabled. | [optional] |
| FaxNumber | Pointer to string | This denotes the fax number. | [optional] |
| EmailAddress | Pointer to string | This denotes an alternate email address. | [optional] |
| PfType | Pointer to string | This denotes the PFType (enum or string depending on your definition). | [optional] |
| Address | Pointer to PFEndorsementRequestQuoteInsuredAddress | [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 NewPFEndorsementRequestQuoteInsured() *PFEndorsementRequestQuoteInsured
NewPFEndorsementRequestQuoteInsured instantiates a new PFEndorsementRequestQuoteInsured 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 NewPFEndorsementRequestQuoteInsuredWithDefaults() *PFEndorsementRequestQuoteInsured
NewPFEndorsementRequestQuoteInsuredWithDefaults instantiates a new PFEndorsementRequestQuoteInsured 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 *PFEndorsementRequestQuoteInsured) GetAgentCustomerNumber() string
GetAgentCustomerNumber returns the AgentCustomerNumber field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetAgentCustomerNumber(v string)
SetAgentCustomerNumber sets AgentCustomerNumber field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasAgentCustomerNumber() bool
HasAgentCustomerNumber returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetCareOf() string
GetCareOf returns the CareOf field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetCareOf(v string)
SetCareOf sets CareOf field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasCareOf() bool
HasCareOf returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetUniqueID() string
GetUniqueID returns the UniqueID field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetUniqueID(v string)
SetUniqueID sets UniqueID field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasUniqueID() bool
HasUniqueID returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetMobilePhoneNumber() string
GetMobilePhoneNumber returns the MobilePhoneNumber field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) GetMobilePhoneNumberOk() (*string, bool)
GetMobilePhoneNumberOk returns a tuple with the MobilePhoneNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteInsured) SetMobilePhoneNumber(v string)
SetMobilePhoneNumber sets MobilePhoneNumber field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasMobilePhoneNumber() bool
HasMobilePhoneNumber returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetIsCancellationWarningEnabled() bool
GetIsCancellationWarningEnabled returns the IsCancellationWarningEnabled field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) GetIsCancellationWarningEnabledOk() (*bool, bool)
GetIsCancellationWarningEnabledOk returns a tuple with the IsCancellationWarningEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteInsured) SetIsCancellationWarningEnabled(v bool)
SetIsCancellationWarningEnabled sets IsCancellationWarningEnabled field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasIsCancellationWarningEnabled() bool
HasIsCancellationWarningEnabled returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetFaxNumber() string
GetFaxNumber returns the FaxNumber field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) GetFaxNumberOk() (*string, bool)
GetFaxNumberOk returns a tuple with the FaxNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteInsured) SetFaxNumber(v string)
SetFaxNumber sets FaxNumber field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasFaxNumber() bool
HasFaxNumber returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetEmailAddress() string
GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) GetEmailAddressOk() (*string, bool)
GetEmailAddressOk returns a tuple with the EmailAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteInsured) SetEmailAddress(v string)
SetEmailAddress sets EmailAddress field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasEmailAddress() bool
HasEmailAddress returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetPfType() string
GetPfType returns the PfType field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) GetPfTypeOk() (*string, bool)
GetPfTypeOk returns a tuple with the PfType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteInsured) SetPfType(v string)
SetPfType sets PfType field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasPfType() bool
HasPfType returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetAddress() PFEndorsementRequestQuoteInsuredAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) GetAddressOk() (*PFEndorsementRequestQuoteInsuredAddress, 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 *PFEndorsementRequestQuoteInsured) SetAddress(v PFEndorsementRequestQuoteInsuredAddress)
SetAddress sets Address field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangeAgentCustomerNumber() bool
GetHasDataChangeAgentCustomerNumber returns the HasDataChangeAgentCustomerNumber field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangeAgentCustomerNumber(v bool)
SetHasDataChangeAgentCustomerNumber sets HasDataChangeAgentCustomerNumber field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangeAgentCustomerNumber() bool
HasHasDataChangeAgentCustomerNumber returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangeName() bool
GetHasDataChangeName returns the HasDataChangeName field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangeName(v bool)
SetHasDataChangeName sets HasDataChangeName field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangeName() bool
HasHasDataChangeName returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangeAddress1() bool
GetHasDataChangeAddress1 returns the HasDataChangeAddress1 field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangeAddress1(v bool)
SetHasDataChangeAddress1 sets HasDataChangeAddress1 field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangeAddress1() bool
HasHasDataChangeAddress1 returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangeAddress2() bool
GetHasDataChangeAddress2 returns the HasDataChangeAddress2 field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangeAddress2(v bool)
SetHasDataChangeAddress2 sets HasDataChangeAddress2 field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangeAddress2() bool
HasHasDataChangeAddress2 returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangeCity() bool
GetHasDataChangeCity returns the HasDataChangeCity field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangeCity(v bool)
SetHasDataChangeCity sets HasDataChangeCity field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangeCity() bool
HasHasDataChangeCity returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangeState() bool
GetHasDataChangeState returns the HasDataChangeState field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangeState(v bool)
SetHasDataChangeState sets HasDataChangeState field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangeState() bool
HasHasDataChangeState returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangeZip() bool
GetHasDataChangeZip returns the HasDataChangeZip field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangeZip(v bool)
SetHasDataChangeZip sets HasDataChangeZip field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangeZip() bool
HasHasDataChangeZip returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangePhone() bool
GetHasDataChangePhone returns the HasDataChangePhone field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangePhone(v bool)
SetHasDataChangePhone sets HasDataChangePhone field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangePhone() bool
HasHasDataChangePhone returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangeEmail() bool
GetHasDataChangeEmail returns the HasDataChangeEmail field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangeEmail(v bool)
SetHasDataChangeEmail sets HasDataChangeEmail field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangeEmail() bool
HasHasDataChangeEmail returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangeCareOf() bool
GetHasDataChangeCareOf returns the HasDataChangeCareOf field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangeCareOf(v bool)
SetHasDataChangeCareOf sets HasDataChangeCareOf field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangeCareOf() bool
HasHasDataChangeCareOf returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteInsured) GetHasDataChangeInsured() bool
GetHasDataChangeInsured returns the HasDataChangeInsured field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteInsured) 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 *PFEndorsementRequestQuoteInsured) SetHasDataChangeInsured(v bool)
SetHasDataChangeInsured sets HasDataChangeInsured field to given value.
func (o *PFEndorsementRequestQuoteInsured) HasHasDataChangeInsured() bool
HasHasDataChangeInsured returns a boolean if a field has been set.