| Name | Type | Description | Notes |
|---|---|---|---|
| InsuredESignCompletionURL | Pointer to string | [optional] | |
| PaymentPortalCancelRedirectURL | Pointer to string | [optional] | |
| PaymentPortalDeclineOfferRedirectURL | Pointer to bool | [optional] | |
| ReturnInsuredESignURL | Pointer to bool | [optional] | |
| ESignAutoStart | Pointer to bool | [optional] | |
| ESignStartPickOptions | Pointer to bool | [optional] | |
| SuppressInsuredESignEmail | Pointer to bool | [optional] | |
| HasDocumentsToUpload | Pointer to bool | [optional] | |
| SendEmailToRetailAgent | Pointer to bool | [optional] | |
| SendWelcomeLetterEmailToInsured | Pointer to bool | [optional] |
func NewPFEndorsementRequestQuoteCommunication() *PFEndorsementRequestQuoteCommunication
NewPFEndorsementRequestQuoteCommunication instantiates a new PFEndorsementRequestQuoteCommunication 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 NewPFEndorsementRequestQuoteCommunicationWithDefaults() *PFEndorsementRequestQuoteCommunication
NewPFEndorsementRequestQuoteCommunicationWithDefaults instantiates a new PFEndorsementRequestQuoteCommunication 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 *PFEndorsementRequestQuoteCommunication) GetInsuredESignCompletionURL() string
GetInsuredESignCompletionURL returns the InsuredESignCompletionURL field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteCommunication) GetInsuredESignCompletionURLOk() (*string, bool)
GetInsuredESignCompletionURLOk returns a tuple with the InsuredESignCompletionURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteCommunication) SetInsuredESignCompletionURL(v string)
SetInsuredESignCompletionURL sets InsuredESignCompletionURL field to given value.
func (o *PFEndorsementRequestQuoteCommunication) HasInsuredESignCompletionURL() bool
HasInsuredESignCompletionURL returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteCommunication) GetPaymentPortalCancelRedirectURL() string
GetPaymentPortalCancelRedirectURL returns the PaymentPortalCancelRedirectURL field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteCommunication) GetPaymentPortalCancelRedirectURLOk() (*string, bool)
GetPaymentPortalCancelRedirectURLOk returns a tuple with the PaymentPortalCancelRedirectURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteCommunication) SetPaymentPortalCancelRedirectURL(v string)
SetPaymentPortalCancelRedirectURL sets PaymentPortalCancelRedirectURL field to given value.
func (o *PFEndorsementRequestQuoteCommunication) HasPaymentPortalCancelRedirectURL() bool
HasPaymentPortalCancelRedirectURL returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteCommunication) GetPaymentPortalDeclineOfferRedirectURL() bool
GetPaymentPortalDeclineOfferRedirectURL returns the PaymentPortalDeclineOfferRedirectURL field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteCommunication) GetPaymentPortalDeclineOfferRedirectURLOk() (*bool, bool)
GetPaymentPortalDeclineOfferRedirectURLOk returns a tuple with the PaymentPortalDeclineOfferRedirectURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteCommunication) SetPaymentPortalDeclineOfferRedirectURL(v bool)
SetPaymentPortalDeclineOfferRedirectURL sets PaymentPortalDeclineOfferRedirectURL field to given value.
func (o *PFEndorsementRequestQuoteCommunication) HasPaymentPortalDeclineOfferRedirectURL() bool
HasPaymentPortalDeclineOfferRedirectURL returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteCommunication) GetReturnInsuredESignURL() bool
GetReturnInsuredESignURL returns the ReturnInsuredESignURL field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteCommunication) GetReturnInsuredESignURLOk() (*bool, bool)
GetReturnInsuredESignURLOk returns a tuple with the ReturnInsuredESignURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteCommunication) SetReturnInsuredESignURL(v bool)
SetReturnInsuredESignURL sets ReturnInsuredESignURL field to given value.
func (o *PFEndorsementRequestQuoteCommunication) HasReturnInsuredESignURL() bool
HasReturnInsuredESignURL returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteCommunication) GetESignAutoStart() bool
GetESignAutoStart returns the ESignAutoStart field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteCommunication) GetESignAutoStartOk() (*bool, bool)
GetESignAutoStartOk returns a tuple with the ESignAutoStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteCommunication) SetESignAutoStart(v bool)
SetESignAutoStart sets ESignAutoStart field to given value.
func (o *PFEndorsementRequestQuoteCommunication) HasESignAutoStart() bool
HasESignAutoStart returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteCommunication) GetESignStartPickOptions() bool
GetESignStartPickOptions returns the ESignStartPickOptions field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteCommunication) GetESignStartPickOptionsOk() (*bool, bool)
GetESignStartPickOptionsOk returns a tuple with the ESignStartPickOptions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteCommunication) SetESignStartPickOptions(v bool)
SetESignStartPickOptions sets ESignStartPickOptions field to given value.
func (o *PFEndorsementRequestQuoteCommunication) HasESignStartPickOptions() bool
HasESignStartPickOptions returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteCommunication) GetSuppressInsuredESignEmail() bool
GetSuppressInsuredESignEmail returns the SuppressInsuredESignEmail field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteCommunication) GetSuppressInsuredESignEmailOk() (*bool, bool)
GetSuppressInsuredESignEmailOk returns a tuple with the SuppressInsuredESignEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteCommunication) SetSuppressInsuredESignEmail(v bool)
SetSuppressInsuredESignEmail sets SuppressInsuredESignEmail field to given value.
func (o *PFEndorsementRequestQuoteCommunication) HasSuppressInsuredESignEmail() bool
HasSuppressInsuredESignEmail returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteCommunication) GetHasDocumentsToUpload() bool
GetHasDocumentsToUpload returns the HasDocumentsToUpload field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteCommunication) GetHasDocumentsToUploadOk() (*bool, bool)
GetHasDocumentsToUploadOk returns a tuple with the HasDocumentsToUpload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteCommunication) SetHasDocumentsToUpload(v bool)
SetHasDocumentsToUpload sets HasDocumentsToUpload field to given value.
func (o *PFEndorsementRequestQuoteCommunication) HasHasDocumentsToUpload() bool
HasHasDocumentsToUpload returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteCommunication) GetSendEmailToRetailAgent() bool
GetSendEmailToRetailAgent returns the SendEmailToRetailAgent field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteCommunication) GetSendEmailToRetailAgentOk() (*bool, bool)
GetSendEmailToRetailAgentOk returns a tuple with the SendEmailToRetailAgent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteCommunication) SetSendEmailToRetailAgent(v bool)
SetSendEmailToRetailAgent sets SendEmailToRetailAgent field to given value.
func (o *PFEndorsementRequestQuoteCommunication) HasSendEmailToRetailAgent() bool
HasSendEmailToRetailAgent returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteCommunication) GetSendWelcomeLetterEmailToInsured() bool
GetSendWelcomeLetterEmailToInsured returns the SendWelcomeLetterEmailToInsured field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteCommunication) GetSendWelcomeLetterEmailToInsuredOk() (*bool, bool)
GetSendWelcomeLetterEmailToInsuredOk returns a tuple with the SendWelcomeLetterEmailToInsured field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteCommunication) SetSendWelcomeLetterEmailToInsured(v bool)
SetSendWelcomeLetterEmailToInsured sets SendWelcomeLetterEmailToInsured field to given value.
func (o *PFEndorsementRequestQuoteCommunication) HasSendWelcomeLetterEmailToInsured() bool
HasSendWelcomeLetterEmailToInsured returns a boolean if a field has been set.