Name | Type | Description | Notes |
---|---|---|---|
id | Number | [readonly] | |
validations | [VisaValidation] | [readonly] | |
validationsInError | [Number] | Validation IDs where one or more validators have no longer access to the visa document. | [readonly] |
creator | UserProject | [readonly] | |
documentId | Number | [readonly] | |
status | String | * `O` - opened * `P` - paused * `C` - closed | [readonly] |
description | String | Description of the visa | [optional] |
comments | [VisaComment] | [readonly] | |
deadline | Date | [optional] | |
createdAt | Date | [readonly] | |
updatedAt | Date | [readonly] | |
document | LightDocument | [readonly] |
-
O
(value:"O"
) -
P
(value:"P"
) -
C
(value:"C"
)