documents property
Gets the list of entity documents (Visa/Bulletin) for this command.
- Non-null: Response with documents for the target identifier
- Null: Query request for documents of the target identifier
Implementation
List<Document>? get documents;