Skip to content

Latest commit

 

History

History
155 lines (84 loc) · 8.32 KB

EzsignsignerRequest.md

File metadata and controls

155 lines (84 loc) · 8.32 KB

EzsignsignerRequest

Properties

Name Type Description Notes
FkiUserlogintypeID Pointer to int32 The unique ID of the Userlogintype Valid values: Value
FkiTaxassignmentID int32 The unique ID of the Taxassignment. Valid values: Value
FkiSecretquestionID Pointer to int32 The unique ID of the Secretquestion. Valid values: Value
EEzsignsignerLogintype Pointer to string The method the Ezsignsigner will authenticate to the signing platform. 1. Password means the Ezsignsigner will receive a secure link by email. 2. PasswordPhone means the Ezsignsigner will receive a secure link by email and will need to authenticate using SMS or Phone call. Additional fee applies. 3. PasswordQuestion means the Ezsignsigner will receive a secure link by email and will need to authenticate using a predefined question and answer. 4. InPersonPhone means the Ezsignsigner will only be able to sign "In-Person" and will need to authenticate using SMS or Phone call. No email will be sent for invitation to sign. Additional fee applies. 5. InPerson means the Ezsignsigner will only be able to sign "In-Person" and there won't be any authentication. No email will be sent for invitation to sign. Make sure you evaluate the risk of signature denial and at minimum, we recommend you use a handwritten signature type. [optional]
SEzsignsignerSecretanswer Pointer to string The predefined answer to the secret question the Ezsignsigner will need to provide to successfully authenticate. [optional]

Methods

NewEzsignsignerRequest

func NewEzsignsignerRequest(fkiTaxassignmentID int32, ) *EzsignsignerRequest

NewEzsignsignerRequest instantiates a new EzsignsignerRequest 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

NewEzsignsignerRequestWithDefaults

func NewEzsignsignerRequestWithDefaults() *EzsignsignerRequest

NewEzsignsignerRequestWithDefaults instantiates a new EzsignsignerRequest 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

GetFkiUserlogintypeID

func (o *EzsignsignerRequest) GetFkiUserlogintypeID() int32

GetFkiUserlogintypeID returns the FkiUserlogintypeID field if non-nil, zero value otherwise.

GetFkiUserlogintypeIDOk

func (o *EzsignsignerRequest) GetFkiUserlogintypeIDOk() (*int32, bool)

GetFkiUserlogintypeIDOk returns a tuple with the FkiUserlogintypeID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFkiUserlogintypeID

func (o *EzsignsignerRequest) SetFkiUserlogintypeID(v int32)

SetFkiUserlogintypeID sets FkiUserlogintypeID field to given value.

HasFkiUserlogintypeID

func (o *EzsignsignerRequest) HasFkiUserlogintypeID() bool

HasFkiUserlogintypeID returns a boolean if a field has been set.

GetFkiTaxassignmentID

func (o *EzsignsignerRequest) GetFkiTaxassignmentID() int32

GetFkiTaxassignmentID returns the FkiTaxassignmentID field if non-nil, zero value otherwise.

GetFkiTaxassignmentIDOk

func (o *EzsignsignerRequest) GetFkiTaxassignmentIDOk() (*int32, bool)

GetFkiTaxassignmentIDOk returns a tuple with the FkiTaxassignmentID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFkiTaxassignmentID

func (o *EzsignsignerRequest) SetFkiTaxassignmentID(v int32)

SetFkiTaxassignmentID sets FkiTaxassignmentID field to given value.

GetFkiSecretquestionID

func (o *EzsignsignerRequest) GetFkiSecretquestionID() int32

GetFkiSecretquestionID returns the FkiSecretquestionID field if non-nil, zero value otherwise.

GetFkiSecretquestionIDOk

func (o *EzsignsignerRequest) GetFkiSecretquestionIDOk() (*int32, bool)

GetFkiSecretquestionIDOk returns a tuple with the FkiSecretquestionID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFkiSecretquestionID

func (o *EzsignsignerRequest) SetFkiSecretquestionID(v int32)

SetFkiSecretquestionID sets FkiSecretquestionID field to given value.

HasFkiSecretquestionID

func (o *EzsignsignerRequest) HasFkiSecretquestionID() bool

HasFkiSecretquestionID returns a boolean if a field has been set.

GetEEzsignsignerLogintype

func (o *EzsignsignerRequest) GetEEzsignsignerLogintype() string

GetEEzsignsignerLogintype returns the EEzsignsignerLogintype field if non-nil, zero value otherwise.

GetEEzsignsignerLogintypeOk

func (o *EzsignsignerRequest) GetEEzsignsignerLogintypeOk() (*string, bool)

GetEEzsignsignerLogintypeOk returns a tuple with the EEzsignsignerLogintype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEEzsignsignerLogintype

func (o *EzsignsignerRequest) SetEEzsignsignerLogintype(v string)

SetEEzsignsignerLogintype sets EEzsignsignerLogintype field to given value.

HasEEzsignsignerLogintype

func (o *EzsignsignerRequest) HasEEzsignsignerLogintype() bool

HasEEzsignsignerLogintype returns a boolean if a field has been set.

GetSEzsignsignerSecretanswer

func (o *EzsignsignerRequest) GetSEzsignsignerSecretanswer() string

GetSEzsignsignerSecretanswer returns the SEzsignsignerSecretanswer field if non-nil, zero value otherwise.

GetSEzsignsignerSecretanswerOk

func (o *EzsignsignerRequest) GetSEzsignsignerSecretanswerOk() (*string, bool)

GetSEzsignsignerSecretanswerOk returns a tuple with the SEzsignsignerSecretanswer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSEzsignsignerSecretanswer

func (o *EzsignsignerRequest) SetSEzsignsignerSecretanswer(v string)

SetSEzsignsignerSecretanswer sets SEzsignsignerSecretanswer field to given value.

HasSEzsignsignerSecretanswer

func (o *EzsignsignerRequest) HasSEzsignsignerSecretanswer() bool

HasSEzsignsignerSecretanswer returns a boolean if a field has been set.

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