AccountResult
public struct AccountResult : Hashable, Identifiable
Result of the validation of an account
-
unique ID
Declaration
Swift
public let id: UUID
-
Results for the individial statements found
Declaration
Swift
public let statementResults: [StatementResult]
-
Readable name of the folder with the statements. Does include the last path item of the root folder
Declaration
Swift
public let folderName: String
-
Full URL of the folder with the statements
Declaration
Swift
public let folderURL: URL