Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 717 Bytes

VisaValidation.md

File metadata and controls

29 lines (16 loc) · 717 Bytes

bimdata.VisaValidation

Properties

Name Type Description Notes
id Number [readonly]
visaId Number [readonly]
validator UserProject [readonly]
status String * `P` - pending * `A` - accepted * `D` - denied [readonly]
hasCommented Boolean Return True if validator has commented the visa [readonly]
createdAt Date [readonly]
updatedAt Date [readonly]
attachment String [optional]

Enum: StatusEnum

  • P (value: "P")

  • A (value: "A")

  • D (value: "D")