| Name | Type | Description | Notes |
|---|---|---|---|
| Processed | Pointer to bool | [optional] | |
| Message | Pointer to string | [optional] | |
| BatchId | Pointer to string | [optional] | |
| AgentUrl | Pointer to string | [optional] | |
| InsuredUrl | Pointer to string | [optional] | |
| ESignOption | Pointer to int32 | [optional] |
func NewPFLiteGenerateQuoteResponseItemESignResult() *PFLiteGenerateQuoteResponseItemESignResult
NewPFLiteGenerateQuoteResponseItemESignResult instantiates a new PFLiteGenerateQuoteResponseItemESignResult 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 NewPFLiteGenerateQuoteResponseItemESignResultWithDefaults() *PFLiteGenerateQuoteResponseItemESignResult
NewPFLiteGenerateQuoteResponseItemESignResultWithDefaults instantiates a new PFLiteGenerateQuoteResponseItemESignResult 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 *PFLiteGenerateQuoteResponseItemESignResult) GetProcessed() bool
GetProcessed returns the Processed field if non-nil, zero value otherwise.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetProcessedOk() (*bool, bool)
GetProcessedOk returns a tuple with the Processed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) SetProcessed(v bool)
SetProcessed sets Processed field to given value.
func (o *PFLiteGenerateQuoteResponseItemESignResult) HasProcessed() bool
HasProcessed returns a boolean if a field has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *PFLiteGenerateQuoteResponseItemESignResult) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetBatchId() string
GetBatchId returns the BatchId field if non-nil, zero value otherwise.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetBatchIdOk() (*string, bool)
GetBatchIdOk returns a tuple with the BatchId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) SetBatchId(v string)
SetBatchId sets BatchId field to given value.
func (o *PFLiteGenerateQuoteResponseItemESignResult) HasBatchId() bool
HasBatchId returns a boolean if a field has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetAgentUrl() string
GetAgentUrl returns the AgentUrl field if non-nil, zero value otherwise.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetAgentUrlOk() (*string, bool)
GetAgentUrlOk returns a tuple with the AgentUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) SetAgentUrl(v string)
SetAgentUrl sets AgentUrl field to given value.
func (o *PFLiteGenerateQuoteResponseItemESignResult) HasAgentUrl() bool
HasAgentUrl returns a boolean if a field has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetInsuredUrl() string
GetInsuredUrl returns the InsuredUrl field if non-nil, zero value otherwise.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetInsuredUrlOk() (*string, bool)
GetInsuredUrlOk returns a tuple with the InsuredUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) SetInsuredUrl(v string)
SetInsuredUrl sets InsuredUrl field to given value.
func (o *PFLiteGenerateQuoteResponseItemESignResult) HasInsuredUrl() bool
HasInsuredUrl returns a boolean if a field has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetESignOption() int32
GetESignOption returns the ESignOption field if non-nil, zero value otherwise.
func (o *PFLiteGenerateQuoteResponseItemESignResult) GetESignOptionOk() (*int32, bool)
GetESignOptionOk returns a tuple with the ESignOption field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteGenerateQuoteResponseItemESignResult) SetESignOption(v int32)
SetESignOption sets ESignOption field to given value.
func (o *PFLiteGenerateQuoteResponseItemESignResult) HasESignOption() bool
HasESignOption returns a boolean if a field has been set.