Skip to content

Latest commit

 

History

History
244 lines (131 loc) · 7.69 KB

File metadata and controls

244 lines (131 loc) · 7.69 KB

PFLiteSecureQuoteRequestInsured

Properties

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

Methods

NewPFLiteSecureQuoteRequestInsured

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

NewPFLiteSecureQuoteRequestInsuredWithDefaults

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

GetId

func (o *PFLiteSecureQuoteRequestInsured) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *PFLiteSecureQuoteRequestInsured) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PFLiteSecureQuoteRequestInsured) HasId() bool

HasId returns a boolean if a field has been set.

GetFirstName

func (o *PFLiteSecureQuoteRequestInsured) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

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.

SetFirstName

func (o *PFLiteSecureQuoteRequestInsured) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

GetLastName

func (o *PFLiteSecureQuoteRequestInsured) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

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.

SetLastName

func (o *PFLiteSecureQuoteRequestInsured) SetLastName(v string)

SetLastName sets LastName field to given value.

GetNamedInsured

func (o *PFLiteSecureQuoteRequestInsured) GetNamedInsured() string

GetNamedInsured returns the NamedInsured field if non-nil, zero value otherwise.

GetNamedInsuredOk

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.

SetNamedInsured

func (o *PFLiteSecureQuoteRequestInsured) SetNamedInsured(v string)

SetNamedInsured sets NamedInsured field to given value.

HasNamedInsured

func (o *PFLiteSecureQuoteRequestInsured) HasNamedInsured() bool

HasNamedInsured returns a boolean if a field has been set.

GetMobilePhoneNumber

func (o *PFLiteSecureQuoteRequestInsured) GetMobilePhoneNumber() string

GetMobilePhoneNumber returns the MobilePhoneNumber field if non-nil, zero value otherwise.

GetMobilePhoneNumberOk

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.

SetMobilePhoneNumber

func (o *PFLiteSecureQuoteRequestInsured) SetMobilePhoneNumber(v string)

SetMobilePhoneNumber sets MobilePhoneNumber field to given value.

HasMobilePhoneNumber

func (o *PFLiteSecureQuoteRequestInsured) HasMobilePhoneNumber() bool

HasMobilePhoneNumber returns a boolean if a field has been set.

GetEmailAddress

func (o *PFLiteSecureQuoteRequestInsured) GetEmailAddress() string

GetEmailAddress returns the EmailAddress field if non-nil, zero value otherwise.

GetEmailAddressOk

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.

SetEmailAddress

func (o *PFLiteSecureQuoteRequestInsured) SetEmailAddress(v string)

SetEmailAddress sets EmailAddress field to given value.

GetIsCancellationWarningViaTextEnabled

func (o *PFLiteSecureQuoteRequestInsured) GetIsCancellationWarningViaTextEnabled() bool

GetIsCancellationWarningViaTextEnabled returns the IsCancellationWarningViaTextEnabled field if non-nil, zero value otherwise.

GetIsCancellationWarningViaTextEnabledOk

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.

SetIsCancellationWarningViaTextEnabled

func (o *PFLiteSecureQuoteRequestInsured) SetIsCancellationWarningViaTextEnabled(v bool)

SetIsCancellationWarningViaTextEnabled sets IsCancellationWarningViaTextEnabled field to given value.

HasIsCancellationWarningViaTextEnabled

func (o *PFLiteSecureQuoteRequestInsured) HasIsCancellationWarningViaTextEnabled() bool

HasIsCancellationWarningViaTextEnabled returns a boolean if a field has been set.

GetFaxNumber

func (o *PFLiteSecureQuoteRequestInsured) GetFaxNumber() string

GetFaxNumber returns the FaxNumber field if non-nil, zero value otherwise.

GetFaxNumberOk

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.

SetFaxNumber

func (o *PFLiteSecureQuoteRequestInsured) SetFaxNumber(v string)

SetFaxNumber sets FaxNumber field to given value.

HasFaxNumber

func (o *PFLiteSecureQuoteRequestInsured) HasFaxNumber() bool

HasFaxNumber returns a boolean if a field has been set.

GetAddress

func (o *PFLiteSecureQuoteRequestInsured) GetAddress() PFLiteSecureQuoteRequestInsuredAddress

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

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.

SetAddress

func (o *PFLiteSecureQuoteRequestInsured) SetAddress(v PFLiteSecureQuoteRequestInsuredAddress)

SetAddress sets Address field to given value.

[Back to Model list] [Back to API list] [Back to README]