envelope model

This commit is contained in:
Jonathan Jenne
2023-12-14 10:46:27 +01:00
parent 27a611e8dc
commit d8742332ec
2 changed files with 33 additions and 8 deletions

View File

@@ -2,12 +2,13 @@
Public Property Id As Integer = 0
Public Property UserId As Integer
Public Property Title As String = ""
Public Property EnvelopeType As Integer
Public Property ContractType As Constants.ContractType
Public Property Status As Constants.EnvelopeStatus = Constants.EnvelopeStatus.EnvelopeCreated
Public Property Uuid As String = Guid.NewGuid.ToString()
Public Property UseAccessCode As Boolean = False
Public Property Language As String = Nothing
Public Property CertificationType As Constants.CertificationType
Public Property Language As String = "de-DE"
Public Property CertificationType As Constants.CertificationType = Constants.CertificationType.ElectronicSignature
Public Property SendReminderEmails As Boolean = False
Public Property FirstReminderDays As Integer = 0