Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.3 KB

EzsignfolderListElement.md

File metadata and controls

32 lines (27 loc) · 2.3 KB

openapi.model.EzsignfolderListElement

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiEzsignfolderID int The unique ID of the Ezsignfolder
fkiEzsignfoldertypeID int The unique ID of the Ezsignfoldertype.
eEzsignfoldertypePrivacylevel FieldEEzsignfoldertypePrivacylevel
sEzsignfoldertypeNameX String The name of the Ezsignfoldertype in the language of the requester
sEzsignfolderDescription String The description of the Ezsignfolder
eEzsignfolderStep FieldEEzsignfolderStep
dtCreatedDate String The date and time at which the object was created
dtEzsignfolderDelayedsenddate String The date and time at which the Ezsignfolder will be sent in the future. [optional]
dtEzsignfolderSentdate String The date and time at which the Ezsignfolder was sent the last time. [optional]
dtEzsignfolderDuedate String The maximum date and time at which the Ezsignfolder can be signed. [optional]
iEzsigndocument int The total number of Ezsigndocument in the folder
iEzsigndocumentEdm int The total number of Ezsigndocument in the folder that were saved in the edm system
iEzsignsignature int The total number of signature blocks in all Ezsigndocuments in the folder
iEzsignsignatureSigned int The total number of already signed signature blocks in all Ezsigndocuments in the folder
iEzsignformfieldgroup int The total number of Ezsignformfieldgroup in all Ezsigndocuments in the folder
iEzsignformfieldgroupCompleted int The total number of completed Ezsignformfieldgroup in all Ezsigndocuments in the folder
bEzsignformHasdependencies bool Whether the Ezsignform/Ezsignsignatures has dependencies or not [optional]
dEzsignfolderCompletedpercentage String Whether the Ezsignform/Ezsignsignatures has dependencies or not

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