Skip to content

Latest commit

 

History

History
228 lines (123 loc) · 6.52 KB

File metadata and controls

228 lines (123 loc) · 6.52 KB

PFQuoteEsignRequest

Properties

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]

Methods

NewPFQuoteEsignRequest

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

NewPFQuoteEsignRequestWithDefaults

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

GetMerchantToken

func (o *PFQuoteEsignRequest) GetMerchantToken() string

GetMerchantToken returns the MerchantToken field if non-nil, zero value otherwise.

GetMerchantTokenOk

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.

SetMerchantToken

func (o *PFQuoteEsignRequest) SetMerchantToken(v string)

SetMerchantToken sets MerchantToken field to given value.

HasMerchantToken

func (o *PFQuoteEsignRequest) HasMerchantToken() bool

HasMerchantToken returns a boolean if a field has been set.

GetQuoteKey

func (o *PFQuoteEsignRequest) GetQuoteKey() string

GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.

GetQuoteKeyOk

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.

SetQuoteKey

func (o *PFQuoteEsignRequest) SetQuoteKey(v string)

SetQuoteKey sets QuoteKey field to given value.

GetInsuredName

func (o *PFQuoteEsignRequest) GetInsuredName() string

GetInsuredName returns the InsuredName field if non-nil, zero value otherwise.

GetInsuredNameOk

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.

SetInsuredName

func (o *PFQuoteEsignRequest) SetInsuredName(v string)

SetInsuredName sets InsuredName field to given value.

GetIpAddress

func (o *PFQuoteEsignRequest) GetIpAddress() string

GetIpAddress returns the IpAddress field if non-nil, zero value otherwise.

GetIpAddressOk

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.

SetIpAddress

func (o *PFQuoteEsignRequest) SetIpAddress(v string)

SetIpAddress sets IpAddress field to given value.

HasIpAddress

func (o *PFQuoteEsignRequest) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

GetMacAddress

func (o *PFQuoteEsignRequest) GetMacAddress() string

GetMacAddress returns the MacAddress field if non-nil, zero value otherwise.

GetMacAddressOk

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.

SetMacAddress

func (o *PFQuoteEsignRequest) SetMacAddress(v string)

SetMacAddress sets MacAddress field to given value.

HasMacAddress

func (o *PFQuoteEsignRequest) HasMacAddress() bool

HasMacAddress returns a boolean if a field has been set.

GetCaptchaToken

func (o *PFQuoteEsignRequest) GetCaptchaToken() string

GetCaptchaToken returns the CaptchaToken field if non-nil, zero value otherwise.

GetCaptchaTokenOk

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.

SetCaptchaToken

func (o *PFQuoteEsignRequest) SetCaptchaToken(v string)

SetCaptchaToken sets CaptchaToken field to given value.

HasCaptchaToken

func (o *PFQuoteEsignRequest) HasCaptchaToken() bool

HasCaptchaToken returns a boolean if a field has been set.

GetActionName

func (o *PFQuoteEsignRequest) GetActionName() string

GetActionName returns the ActionName field if non-nil, zero value otherwise.

GetActionNameOk

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.

SetActionName

func (o *PFQuoteEsignRequest) SetActionName(v string)

SetActionName sets ActionName field to given value.

HasActionName

func (o *PFQuoteEsignRequest) HasActionName() bool

HasActionName returns a boolean if a field has been set.

GetIsSignAPA

func (o *PFQuoteEsignRequest) GetIsSignAPA() bool

GetIsSignAPA returns the IsSignAPA field if non-nil, zero value otherwise.

GetIsSignAPAOk

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.

SetIsSignAPA

func (o *PFQuoteEsignRequest) SetIsSignAPA(v bool)

SetIsSignAPA sets IsSignAPA field to given value.

HasIsSignAPA

func (o *PFQuoteEsignRequest) HasIsSignAPA() bool

HasIsSignAPA returns a boolean if a field has been set.

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