EzmaxApi::CustomEzsignfoldertypeResponse
Name
Type
Description
Notes
pki_ezsignfoldertype_id
Integer
The unique ID of the Ezsignfoldertype.
fki_font_id_annotation
Integer
The unique ID of the Font
[optional]
fki_font_id_formfield
Integer
The unique ID of the Font
[optional]
fki_font_id_signature
Integer
The unique ID of the Font
[optional]
s_ezsignfoldertype_name_x
String
The name of the Ezsignfoldertype in the language of the requester
[optional]
b_ezsignfoldertype_sendproofezsignsigner
Boolean
Whether we send the proof in the email to Ezsignsigner
[optional]
b_ezsignfoldertype_allowdownloadattachmentezsignsigner
Boolean
Whether we allow the Ezsigndocument to be downloaded by an Ezsignsigner
[optional]
b_ezsignfoldertype_allowdownloadproofezsignsigner
Boolean
Whether we allow the proof to be downloaded by an Ezsignsigner
[optional]
b_ezsignfoldertype_automaticsignature
Boolean
Whether we allow the automatic signature by an User
[optional]
b_ezsignfoldertype_delegate
Boolean
Wheter if delegation of signature is allowed to another user or not
[optional]
b_ezsignfoldertype_discussion
Boolean
Wheter if creating a new Discussion is allowed or not
[optional]
b_ezsignfoldertype_reassignezsignsigner
Boolean
Wheter if Reassignment of signature is allowed by a signatory to another signatory or not
[optional]
b_ezsignfoldertype_reassignuser
Boolean
Wheter if Reassignment of signature is allowed by a user to a signatory or another user or not
[optional]
b_ezsignfoldertype_reassigngroup
Boolean
Wheter if Reassignment of signatures of the groups to which the user belongs is authorized by a user to himself
[optional]
i_ezsignfoldertype_deadlinedays
Integer
The number of days to get all Ezsignsignatures
[optional]
i_ezsignfoldertype_fontsizeannotation
Integer
Font size for annotations
[optional]
i_ezsignfoldertype_fontsizeformfield
Integer
Font size for form fields
[optional]
require 'Ezmaxapi'
instance = EzmaxApi ::CustomEzsignfoldertypeResponse . new (
pki_ezsignfoldertype_id : 5 ,
fki_font_id_annotation : 1 ,
fki_font_id_formfield : 1 ,
fki_font_id_signature : 1 ,
s_ezsignfoldertype_name_x : Default ,
b_ezsignfoldertype_sendproofezsignsigner : false ,
b_ezsignfoldertype_allowdownloadattachmentezsignsigner : false ,
b_ezsignfoldertype_allowdownloadproofezsignsigner : false ,
b_ezsignfoldertype_automaticsignature : false ,
b_ezsignfoldertype_delegate : true ,
b_ezsignfoldertype_discussion : true ,
b_ezsignfoldertype_reassignezsignsigner : true ,
b_ezsignfoldertype_reassignuser : true ,
b_ezsignfoldertype_reassigngroup : true ,
i_ezsignfoldertype_deadlinedays : 5 ,
i_ezsignfoldertype_fontsizeannotation : 10 ,
i_ezsignfoldertype_fontsizeformfield : 12
)