| Name | Type | Description | Notes |
|---|---|---|---|
| UniqueID | Pointer to string | This denotes the Unique ID. | [optional] |
| string | This denotes the email of the agent. | ||
| CareOf | Pointer to string | This denotes the CareOf of the agent. | [optional] |
| Address | PFEndorsementRequestQuoteAgentAddress |
func NewPFEndorsementRequestQuoteAgent(email string, address PFEndorsementRequestQuoteAgentAddress, ) *PFEndorsementRequestQuoteAgent
NewPFEndorsementRequestQuoteAgent instantiates a new PFEndorsementRequestQuoteAgent 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 NewPFEndorsementRequestQuoteAgentWithDefaults() *PFEndorsementRequestQuoteAgent
NewPFEndorsementRequestQuoteAgentWithDefaults instantiates a new PFEndorsementRequestQuoteAgent 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 *PFEndorsementRequestQuoteAgent) GetUniqueID() string
GetUniqueID returns the UniqueID field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteAgent) 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.
func (o *PFEndorsementRequestQuoteAgent) SetUniqueID(v string)
SetUniqueID sets UniqueID field to given value.
func (o *PFEndorsementRequestQuoteAgent) HasUniqueID() bool
HasUniqueID returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteAgent) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteAgent) 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.
func (o *PFEndorsementRequestQuoteAgent) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *PFEndorsementRequestQuoteAgent) GetCareOf() string
GetCareOf returns the CareOf field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteAgent) 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.
func (o *PFEndorsementRequestQuoteAgent) SetCareOf(v string)
SetCareOf sets CareOf field to given value.
func (o *PFEndorsementRequestQuoteAgent) HasCareOf() bool
HasCareOf returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteAgent) GetAddress() PFEndorsementRequestQuoteAgentAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteAgent) GetAddressOk() (*PFEndorsementRequestQuoteAgentAddress, 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 *PFEndorsementRequestQuoteAgent) SetAddress(v PFEndorsementRequestQuoteAgentAddress)
SetAddress sets Address field to given value.