Skip to content

Latest commit

 

History

History
166 lines (89 loc) · 4.88 KB

File metadata and controls

166 lines (89 loc) · 4.88 KB

PFLiteSecureQuoteRequestInsuredAddress

Properties

Name Type Description Notes
Address1 string
Address2 Pointer to string [optional]
City string
State string
Zip string
PhoneNumber Pointer to string [optional]

Methods

NewPFLiteSecureQuoteRequestInsuredAddress

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

NewPFLiteSecureQuoteRequestInsuredAddressWithDefaults

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

GetAddress1

func (o *PFLiteSecureQuoteRequestInsuredAddress) GetAddress1() string

GetAddress1 returns the Address1 field if non-nil, zero value otherwise.

GetAddress1Ok

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.

SetAddress1

func (o *PFLiteSecureQuoteRequestInsuredAddress) SetAddress1(v string)

SetAddress1 sets Address1 field to given value.

GetAddress2

func (o *PFLiteSecureQuoteRequestInsuredAddress) GetAddress2() string

GetAddress2 returns the Address2 field if non-nil, zero value otherwise.

GetAddress2Ok

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.

SetAddress2

func (o *PFLiteSecureQuoteRequestInsuredAddress) SetAddress2(v string)

SetAddress2 sets Address2 field to given value.

HasAddress2

func (o *PFLiteSecureQuoteRequestInsuredAddress) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

GetCity

func (o *PFLiteSecureQuoteRequestInsuredAddress) GetCity() string

GetCity returns the City field if non-nil, zero value otherwise.

GetCityOk

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.

SetCity

func (o *PFLiteSecureQuoteRequestInsuredAddress) SetCity(v string)

SetCity sets City field to given value.

GetState

func (o *PFLiteSecureQuoteRequestInsuredAddress) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

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.

SetState

func (o *PFLiteSecureQuoteRequestInsuredAddress) SetState(v string)

SetState sets State field to given value.

GetZip

func (o *PFLiteSecureQuoteRequestInsuredAddress) GetZip() string

GetZip returns the Zip field if non-nil, zero value otherwise.

GetZipOk

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.

SetZip

func (o *PFLiteSecureQuoteRequestInsuredAddress) SetZip(v string)

SetZip sets Zip field to given value.

GetPhoneNumber

func (o *PFLiteSecureQuoteRequestInsuredAddress) GetPhoneNumber() string

GetPhoneNumber returns the PhoneNumber field if non-nil, zero value otherwise.

GetPhoneNumberOk

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.

SetPhoneNumber

func (o *PFLiteSecureQuoteRequestInsuredAddress) SetPhoneNumber(v string)

SetPhoneNumber sets PhoneNumber field to given value.

HasPhoneNumber

func (o *PFLiteSecureQuoteRequestInsuredAddress) HasPhoneNumber() bool

HasPhoneNumber returns a boolean if a field has been set.

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