Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.77 KB

File metadata and controls

186 lines (101 loc) · 5.77 KB

PFLiteGenerateQuoteResponseItemESignResult

Properties

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]

Methods

NewPFLiteGenerateQuoteResponseItemESignResult

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

NewPFLiteGenerateQuoteResponseItemESignResultWithDefaults

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

GetProcessed

func (o *PFLiteGenerateQuoteResponseItemESignResult) GetProcessed() bool

GetProcessed returns the Processed field if non-nil, zero value otherwise.

GetProcessedOk

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.

SetProcessed

func (o *PFLiteGenerateQuoteResponseItemESignResult) SetProcessed(v bool)

SetProcessed sets Processed field to given value.

HasProcessed

func (o *PFLiteGenerateQuoteResponseItemESignResult) HasProcessed() bool

HasProcessed returns a boolean if a field has been set.

GetMessage

func (o *PFLiteGenerateQuoteResponseItemESignResult) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *PFLiteGenerateQuoteResponseItemESignResult) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *PFLiteGenerateQuoteResponseItemESignResult) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetBatchId

func (o *PFLiteGenerateQuoteResponseItemESignResult) GetBatchId() string

GetBatchId returns the BatchId field if non-nil, zero value otherwise.

GetBatchIdOk

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.

SetBatchId

func (o *PFLiteGenerateQuoteResponseItemESignResult) SetBatchId(v string)

SetBatchId sets BatchId field to given value.

HasBatchId

func (o *PFLiteGenerateQuoteResponseItemESignResult) HasBatchId() bool

HasBatchId returns a boolean if a field has been set.

GetAgentUrl

func (o *PFLiteGenerateQuoteResponseItemESignResult) GetAgentUrl() string

GetAgentUrl returns the AgentUrl field if non-nil, zero value otherwise.

GetAgentUrlOk

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.

SetAgentUrl

func (o *PFLiteGenerateQuoteResponseItemESignResult) SetAgentUrl(v string)

SetAgentUrl sets AgentUrl field to given value.

HasAgentUrl

func (o *PFLiteGenerateQuoteResponseItemESignResult) HasAgentUrl() bool

HasAgentUrl returns a boolean if a field has been set.

GetInsuredUrl

func (o *PFLiteGenerateQuoteResponseItemESignResult) GetInsuredUrl() string

GetInsuredUrl returns the InsuredUrl field if non-nil, zero value otherwise.

GetInsuredUrlOk

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.

SetInsuredUrl

func (o *PFLiteGenerateQuoteResponseItemESignResult) SetInsuredUrl(v string)

SetInsuredUrl sets InsuredUrl field to given value.

HasInsuredUrl

func (o *PFLiteGenerateQuoteResponseItemESignResult) HasInsuredUrl() bool

HasInsuredUrl returns a boolean if a field has been set.

GetESignOption

func (o *PFLiteGenerateQuoteResponseItemESignResult) GetESignOption() int32

GetESignOption returns the ESignOption field if non-nil, zero value otherwise.

GetESignOptionOk

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.

SetESignOption

func (o *PFLiteGenerateQuoteResponseItemESignResult) SetESignOption(v int32)

SetESignOption sets ESignOption field to given value.

HasESignOption

func (o *PFLiteGenerateQuoteResponseItemESignResult) HasESignOption() bool

HasESignOption returns a boolean if a field has been set.

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