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] |
ObjContact | EzsignsignerRequestCompoundContact |
func NewEzsignsignerRequestCompound(fkiTaxassignmentID int32, objContact EzsignsignerRequestCompoundContact, ) *EzsignsignerRequestCompound
NewEzsignsignerRequestCompound instantiates a new EzsignsignerRequestCompound 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 NewEzsignsignerRequestCompoundWithDefaults() *EzsignsignerRequestCompound
NewEzsignsignerRequestCompoundWithDefaults instantiates a new EzsignsignerRequestCompound 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 *EzsignsignerRequestCompound) GetFkiUserlogintypeID() int32
GetFkiUserlogintypeID returns the FkiUserlogintypeID field if non-nil, zero value otherwise.
func (o *EzsignsignerRequestCompound) 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.
func (o *EzsignsignerRequestCompound) SetFkiUserlogintypeID(v int32)
SetFkiUserlogintypeID sets FkiUserlogintypeID field to given value.
func (o *EzsignsignerRequestCompound) HasFkiUserlogintypeID() bool
HasFkiUserlogintypeID returns a boolean if a field has been set.
func (o *EzsignsignerRequestCompound) GetFkiTaxassignmentID() int32
GetFkiTaxassignmentID returns the FkiTaxassignmentID field if non-nil, zero value otherwise.
func (o *EzsignsignerRequestCompound) 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.
func (o *EzsignsignerRequestCompound) SetFkiTaxassignmentID(v int32)
SetFkiTaxassignmentID sets FkiTaxassignmentID field to given value.
func (o *EzsignsignerRequestCompound) GetFkiSecretquestionID() int32
GetFkiSecretquestionID returns the FkiSecretquestionID field if non-nil, zero value otherwise.
func (o *EzsignsignerRequestCompound) 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.
func (o *EzsignsignerRequestCompound) SetFkiSecretquestionID(v int32)
SetFkiSecretquestionID sets FkiSecretquestionID field to given value.
func (o *EzsignsignerRequestCompound) HasFkiSecretquestionID() bool
HasFkiSecretquestionID returns a boolean if a field has been set.
func (o *EzsignsignerRequestCompound) GetEEzsignsignerLogintype() string
GetEEzsignsignerLogintype returns the EEzsignsignerLogintype field if non-nil, zero value otherwise.
func (o *EzsignsignerRequestCompound) 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.
func (o *EzsignsignerRequestCompound) SetEEzsignsignerLogintype(v string)
SetEEzsignsignerLogintype sets EEzsignsignerLogintype field to given value.
func (o *EzsignsignerRequestCompound) HasEEzsignsignerLogintype() bool
HasEEzsignsignerLogintype returns a boolean if a field has been set.
func (o *EzsignsignerRequestCompound) GetSEzsignsignerSecretanswer() string
GetSEzsignsignerSecretanswer returns the SEzsignsignerSecretanswer field if non-nil, zero value otherwise.
func (o *EzsignsignerRequestCompound) 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.
func (o *EzsignsignerRequestCompound) SetSEzsignsignerSecretanswer(v string)
SetSEzsignsignerSecretanswer sets SEzsignsignerSecretanswer field to given value.
func (o *EzsignsignerRequestCompound) HasSEzsignsignerSecretanswer() bool
HasSEzsignsignerSecretanswer returns a boolean if a field has been set.
func (o *EzsignsignerRequestCompound) GetObjContact() EzsignsignerRequestCompoundContact
GetObjContact returns the ObjContact field if non-nil, zero value otherwise.
func (o *EzsignsignerRequestCompound) GetObjContactOk() (*EzsignsignerRequestCompoundContact, bool)
GetObjContactOk returns a tuple with the ObjContact field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EzsignsignerRequestCompound) SetObjContact(v EzsignsignerRequestCompoundContact)
SetObjContact sets ObjContact field to given value.