PersonalDocument
public struct PersonalDocument : Codable, Equatable, FunctionResult
A personal document, containing some information about a user
-
List of files containing the pages of the document
Declaration
Swift
public let files: [DatedFile]
-
List of files containing a certified English translation of the document
Declaration
Swift
public let translation: [DatedFile]
-
A personal document, containing some information about a user
Parameters
files
List of files containing the pages of the document
translation
List of files containing a certified English translation of the document