Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.04 KB

File metadata and controls

134 lines (73 loc) · 4.04 KB

PFLiteSecureQuoteRequestAgent

Properties

Name Type Description Notes
UniqueID Pointer to string This denotes the Unique ID. [optional]
Email Pointer to string This denotes the email of the agent. [optional]
CareOf Pointer to string This denotes the CareOf of the agent. [optional]
Address Pointer to PFLiteSecureQuoteRequestAgentAddress [optional]

Methods

NewPFLiteSecureQuoteRequestAgent

func NewPFLiteSecureQuoteRequestAgent() *PFLiteSecureQuoteRequestAgent

NewPFLiteSecureQuoteRequestAgent instantiates a new PFLiteSecureQuoteRequestAgent 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

NewPFLiteSecureQuoteRequestAgentWithDefaults

func NewPFLiteSecureQuoteRequestAgentWithDefaults() *PFLiteSecureQuoteRequestAgent

NewPFLiteSecureQuoteRequestAgentWithDefaults instantiates a new PFLiteSecureQuoteRequestAgent 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

GetUniqueID

func (o *PFLiteSecureQuoteRequestAgent) GetUniqueID() string

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

GetUniqueIDOk

func (o *PFLiteSecureQuoteRequestAgent) 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 *PFLiteSecureQuoteRequestAgent) SetUniqueID(v string)

SetUniqueID sets UniqueID field to given value.

HasUniqueID

func (o *PFLiteSecureQuoteRequestAgent) HasUniqueID() bool

HasUniqueID returns a boolean if a field has been set.

GetEmail

func (o *PFLiteSecureQuoteRequestAgent) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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

SetEmail

func (o *PFLiteSecureQuoteRequestAgent) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *PFLiteSecureQuoteRequestAgent) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetCareOf

func (o *PFLiteSecureQuoteRequestAgent) GetCareOf() string

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

GetCareOfOk

func (o *PFLiteSecureQuoteRequestAgent) 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 *PFLiteSecureQuoteRequestAgent) SetCareOf(v string)

SetCareOf sets CareOf field to given value.

HasCareOf

func (o *PFLiteSecureQuoteRequestAgent) HasCareOf() bool

HasCareOf returns a boolean if a field has been set.

GetAddress

func (o *PFLiteSecureQuoteRequestAgent) GetAddress() PFLiteSecureQuoteRequestAgentAddress

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

GetAddressOk

func (o *PFLiteSecureQuoteRequestAgent) GetAddressOk() (*PFLiteSecureQuoteRequestAgentAddress, 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 *PFLiteSecureQuoteRequestAgent) SetAddress(v PFLiteSecureQuoteRequestAgentAddress)

SetAddress sets Address field to given value.

HasAddress

func (o *PFLiteSecureQuoteRequestAgent) HasAddress() bool

HasAddress returns a boolean if a field has been set.

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