| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| FirstName | string | ||
| LastName | string | ||
| NamedInsured | Pointer to string | [optional] | |
| MobilePhoneNumber | Pointer to string | [optional] | |
| EmailAddress | string | ||
| IsCancellationWarningViaTextEnabled | Pointer to bool | [optional] | |
| FaxNumber | Pointer to string | [optional] | |
| Address | PFLiteSecureQuoteRequestInsuredAddress |
func NewPFLiteSecureQuoteRequestInsured(firstName string, lastName string, emailAddress string, address PFLiteSecureQuoteRequestInsuredAddress, ) *PFLiteSecureQuoteRequestInsured
NewPFLiteSecureQuoteRequestInsured instantiates a new PFLiteSecureQuoteRequestInsured 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 NewPFLiteSecureQuoteRequestInsuredWithDefaults() *PFLiteSecureQuoteRequestInsured
NewPFLiteSecureQuoteRequestInsuredWithDefaults instantiates a new PFLiteSecureQuoteRequestInsured 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 *PFLiteSecureQuoteRequestInsured) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsured) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteSecureQuoteRequestInsured) SetId(v string)
SetId sets Id field to given value.
func (o *PFLiteSecureQuoteRequestInsured) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestInsured) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsured) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteSecureQuoteRequestInsured) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *PFLiteSecureQuoteRequestInsured) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsured) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteSecureQuoteRequestInsured) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *PFLiteSecureQuoteRequestInsured) GetNamedInsured() string
GetNamedInsured returns the NamedInsured field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsured) GetNamedInsuredOk() (*string, bool)
GetNamedInsuredOk returns a tuple with the NamedInsured field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteSecureQuoteRequestInsured) SetNamedInsured(v string)
SetNamedInsured sets NamedInsured field to given value.
func (o *PFLiteSecureQuoteRequestInsured) HasNamedInsured() bool
HasNamedInsured returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestInsured) GetMobilePhoneNumber() string
GetMobilePhoneNumber returns the MobilePhoneNumber field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsured) 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 *PFLiteSecureQuoteRequestInsured) SetMobilePhoneNumber(v string)
SetMobilePhoneNumber sets MobilePhoneNumber field to given value.
func (o *PFLiteSecureQuoteRequestInsured) HasMobilePhoneNumber() bool
HasMobilePhoneNumber returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestInsured) GetEmailAddress() string
GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsured) 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 *PFLiteSecureQuoteRequestInsured) SetEmailAddress(v string)
SetEmailAddress sets EmailAddress field to given value.
func (o *PFLiteSecureQuoteRequestInsured) GetIsCancellationWarningViaTextEnabled() bool
GetIsCancellationWarningViaTextEnabled returns the IsCancellationWarningViaTextEnabled field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsured) GetIsCancellationWarningViaTextEnabledOk() (*bool, bool)
GetIsCancellationWarningViaTextEnabledOk returns a tuple with the IsCancellationWarningViaTextEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteSecureQuoteRequestInsured) SetIsCancellationWarningViaTextEnabled(v bool)
SetIsCancellationWarningViaTextEnabled sets IsCancellationWarningViaTextEnabled field to given value.
func (o *PFLiteSecureQuoteRequestInsured) HasIsCancellationWarningViaTextEnabled() bool
HasIsCancellationWarningViaTextEnabled returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestInsured) GetFaxNumber() string
GetFaxNumber returns the FaxNumber field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsured) 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 *PFLiteSecureQuoteRequestInsured) SetFaxNumber(v string)
SetFaxNumber sets FaxNumber field to given value.
func (o *PFLiteSecureQuoteRequestInsured) HasFaxNumber() bool
HasFaxNumber returns a boolean if a field has been set.
func (o *PFLiteSecureQuoteRequestInsured) GetAddress() PFLiteSecureQuoteRequestInsuredAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *PFLiteSecureQuoteRequestInsured) GetAddressOk() (*PFLiteSecureQuoteRequestInsuredAddress, 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 *PFLiteSecureQuoteRequestInsured) SetAddress(v PFLiteSecureQuoteRequestInsuredAddress)
SetAddress sets Address field to given value.