Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.22 KB

Visa.md

File metadata and controls

22 lines (17 loc) · 1.22 KB

Visa

Properties

Name Type Description Notes
id int [readonly]
validations [VisaValidation] [readonly]
validations_in_error [int] Validation IDs where one or more validators have no longer access to the visa document. [readonly]
creator bool, date, datetime, dict, float, int, list, str, none_type [readonly]
document_id int [readonly]
status str * `O` - opened * `P` - paused * `C` - closed [readonly]
comments [VisaComment] [readonly]
created_at datetime [readonly]
updated_at datetime [readonly]
description str, none_type Description of the visa [optional]
deadline date, none_type [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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