| Name | Type | Description | Notes |
|---|---|---|---|
| MerchantToken | Pointer to string | This denotes the merchant token. | [optional] |
| QuoteKey | string | This denotes the quoteKey. | |
| InsuredName | string | This denotes the name of the insured. | |
| IpAddress | Pointer to string | This denotes the IP address of the client. | [optional] |
| MacAddress | Pointer to string | This denotes the MAC address of the client. | [optional] |
| CaptchaToken | Pointer to string | This denotes the captchaToken. | [optional] |
| ActionName | Pointer to string | This denotes the action name. | [optional] |
| IsSignAPA | Pointer to bool | This denotes isSignAPA status. | [optional] |
func NewPFQuoteEsignRequest(quoteKey string, insuredName string, ) *PFQuoteEsignRequest
NewPFQuoteEsignRequest instantiates a new PFQuoteEsignRequest 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 NewPFQuoteEsignRequestWithDefaults() *PFQuoteEsignRequest
NewPFQuoteEsignRequestWithDefaults instantiates a new PFQuoteEsignRequest 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 *PFQuoteEsignRequest) GetMerchantToken() string
GetMerchantToken returns the MerchantToken field if non-nil, zero value otherwise.
func (o *PFQuoteEsignRequest) GetMerchantTokenOk() (*string, bool)
GetMerchantTokenOk returns a tuple with the MerchantToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFQuoteEsignRequest) SetMerchantToken(v string)
SetMerchantToken sets MerchantToken field to given value.
func (o *PFQuoteEsignRequest) HasMerchantToken() bool
HasMerchantToken returns a boolean if a field has been set.
func (o *PFQuoteEsignRequest) GetQuoteKey() string
GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.
func (o *PFQuoteEsignRequest) GetQuoteKeyOk() (*string, bool)
GetQuoteKeyOk returns a tuple with the QuoteKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFQuoteEsignRequest) SetQuoteKey(v string)
SetQuoteKey sets QuoteKey field to given value.
func (o *PFQuoteEsignRequest) GetInsuredName() string
GetInsuredName returns the InsuredName field if non-nil, zero value otherwise.
func (o *PFQuoteEsignRequest) GetInsuredNameOk() (*string, bool)
GetInsuredNameOk returns a tuple with the InsuredName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFQuoteEsignRequest) SetInsuredName(v string)
SetInsuredName sets InsuredName field to given value.
func (o *PFQuoteEsignRequest) GetIpAddress() string
GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.
func (o *PFQuoteEsignRequest) GetIpAddressOk() (*string, bool)
GetIpAddressOk returns a tuple with the IpAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFQuoteEsignRequest) SetIpAddress(v string)
SetIpAddress sets IpAddress field to given value.
func (o *PFQuoteEsignRequest) HasIpAddress() bool
HasIpAddress returns a boolean if a field has been set.
func (o *PFQuoteEsignRequest) GetMacAddress() string
GetMacAddress returns the MacAddress field if non-nil, zero value otherwise.
func (o *PFQuoteEsignRequest) GetMacAddressOk() (*string, bool)
GetMacAddressOk returns a tuple with the MacAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFQuoteEsignRequest) SetMacAddress(v string)
SetMacAddress sets MacAddress field to given value.
func (o *PFQuoteEsignRequest) HasMacAddress() bool
HasMacAddress returns a boolean if a field has been set.
func (o *PFQuoteEsignRequest) GetCaptchaToken() string
GetCaptchaToken returns the CaptchaToken field if non-nil, zero value otherwise.
func (o *PFQuoteEsignRequest) GetCaptchaTokenOk() (*string, bool)
GetCaptchaTokenOk returns a tuple with the CaptchaToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFQuoteEsignRequest) SetCaptchaToken(v string)
SetCaptchaToken sets CaptchaToken field to given value.
func (o *PFQuoteEsignRequest) HasCaptchaToken() bool
HasCaptchaToken returns a boolean if a field has been set.
func (o *PFQuoteEsignRequest) GetActionName() string
GetActionName returns the ActionName field if non-nil, zero value otherwise.
func (o *PFQuoteEsignRequest) GetActionNameOk() (*string, bool)
GetActionNameOk returns a tuple with the ActionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFQuoteEsignRequest) SetActionName(v string)
SetActionName sets ActionName field to given value.
func (o *PFQuoteEsignRequest) HasActionName() bool
HasActionName returns a boolean if a field has been set.
func (o *PFQuoteEsignRequest) GetIsSignAPA() bool
GetIsSignAPA returns the IsSignAPA field if non-nil, zero value otherwise.
func (o *PFQuoteEsignRequest) GetIsSignAPAOk() (*bool, bool)
GetIsSignAPAOk returns a tuple with the IsSignAPA field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFQuoteEsignRequest) SetIsSignAPA(v bool)
SetIsSignAPA sets IsSignAPA field to given value.
func (o *PFQuoteEsignRequest) HasIsSignAPA() bool
HasIsSignAPA returns a boolean if a field has been set.