Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.47 KB

EzsignfolderRequestCompoundV3.md

File metadata and controls

25 lines (20 loc) · 2.47 KB

openapi.model.EzsignfolderRequestCompoundV3

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiEzsignfolderID int The unique ID of the Ezsignfolder [optional]
fkiEzsignfoldertypeID int The unique ID of the Ezsignfoldertype.
fkiTimezoneID int The unique ID of the Timezone [optional]
fkiEzsigntsarequirementID int The unique ID of the Ezsigntsarequirement. Determine if a Time Stamping Authority should add a timestamp on each of the signature. Valid values: Value
eEzsignfolderDocumentdependency FieldEEzsignfolderDocumentdependency [optional]
sEzsignfolderDescription String The description of the Ezsignfolder
tEzsignfolderNote String Note about the Ezsignfolder [optional]
tEzsignfolderMessage String A custom text message that will be added to the email sent. [optional]
iEzsignfolderSendreminderfirstdays int The number of days before the the first reminder sending
iEzsignfolderSendreminderotherdays int The number of days after the first reminder sending
sEzsignfolderExternalid String This field can be used to store an External ID from the client's system. Anything can be stored in this field, it will never be evaluated by the eZmax system and will be returned AS-IS. To store multiple values, consider using a JSON formatted structure, a URL encoded string, a CSV or any other custom format. [optional]

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