Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 8.55 KB

File metadata and controls

290 lines (157 loc) · 8.55 KB

PFEndorsementRequestQuotePoliciesInnerCompany

Properties

Name Type Description Notes
BestNumber Pointer to string [optional]
UniqueID Pointer to string [optional]
Name Pointer to string [optional]
CareOf Pointer to string [optional]
Address1 Pointer to string [optional]
Address2 Pointer to string [optional]
City Pointer to string [optional]
State Pointer to string [optional]
Zip Pointer to string [optional]
Phone Pointer to string [optional]

Methods

NewPFEndorsementRequestQuotePoliciesInnerCompany

func NewPFEndorsementRequestQuotePoliciesInnerCompany() *PFEndorsementRequestQuotePoliciesInnerCompany

NewPFEndorsementRequestQuotePoliciesInnerCompany instantiates a new PFEndorsementRequestQuotePoliciesInnerCompany 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

NewPFEndorsementRequestQuotePoliciesInnerCompanyWithDefaults

func NewPFEndorsementRequestQuotePoliciesInnerCompanyWithDefaults() *PFEndorsementRequestQuotePoliciesInnerCompany

NewPFEndorsementRequestQuotePoliciesInnerCompanyWithDefaults instantiates a new PFEndorsementRequestQuotePoliciesInnerCompany 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

GetBestNumber

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetBestNumber() string

GetBestNumber returns the BestNumber field if non-nil, zero value otherwise.

GetBestNumberOk

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetBestNumberOk() (*string, bool)

GetBestNumberOk returns a tuple with the BestNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBestNumber

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) SetBestNumber(v string)

SetBestNumber sets BestNumber field to given value.

HasBestNumber

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) HasBestNumber() bool

HasBestNumber returns a boolean if a field has been set.

GetUniqueID

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetUniqueID() string

GetUniqueID returns the UniqueID field if non-nil, zero value otherwise.

GetUniqueIDOk

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) 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.

SetUniqueID

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) SetUniqueID(v string)

SetUniqueID sets UniqueID field to given value.

HasUniqueID

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) HasUniqueID() bool

HasUniqueID returns a boolean if a field has been set.

GetName

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) HasName() bool

HasName returns a boolean if a field has been set.

GetCareOf

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetCareOf() string

GetCareOf returns the CareOf field if non-nil, zero value otherwise.

GetCareOfOk

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) 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.

SetCareOf

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) SetCareOf(v string)

SetCareOf sets CareOf field to given value.

HasCareOf

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) HasCareOf() bool

HasCareOf returns a boolean if a field has been set.

GetAddress1

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetAddress1() string

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

GetAddress1Ok

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) 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 *PFEndorsementRequestQuotePoliciesInnerCompany) SetAddress1(v string)

SetAddress1 sets Address1 field to given value.

HasAddress1

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) HasAddress1() bool

HasAddress1 returns a boolean if a field has been set.

GetAddress2

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetAddress2() string

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

GetAddress2Ok

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) 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 *PFEndorsementRequestQuotePoliciesInnerCompany) SetAddress2(v string)

SetAddress2 sets Address2 field to given value.

HasAddress2

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) HasAddress2() bool

HasAddress2 returns a boolean if a field has been set.

GetCity

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetCity() string

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

GetCityOk

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) 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 *PFEndorsementRequestQuotePoliciesInnerCompany) SetCity(v string)

SetCity sets City field to given value.

HasCity

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) HasCity() bool

HasCity returns a boolean if a field has been set.

GetState

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetState() string

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

GetStateOk

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) 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 *PFEndorsementRequestQuotePoliciesInnerCompany) SetState(v string)

SetState sets State field to given value.

HasState

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) HasState() bool

HasState returns a boolean if a field has been set.

GetZip

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetZip() string

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

GetZipOk

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) 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 *PFEndorsementRequestQuotePoliciesInnerCompany) SetZip(v string)

SetZip sets Zip field to given value.

HasZip

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) HasZip() bool

HasZip returns a boolean if a field has been set.

GetPhone

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) GetPhoneOk() (*string, bool)

GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPhone

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *PFEndorsementRequestQuotePoliciesInnerCompany) HasPhone() bool

HasPhone returns a boolean if a field has been set.

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