Enumerations
The following enumerations are available globally.
-
Frequency in which account statements can occur
See moreDeclaration
Swift
public enum StatementFrequency : String, CaseIterable, Hashable
-
Helps validate if all statements are present based on the statement dates
See moreDeclaration
Swift
public enum StatementDatesValidator
-
Helps validate if all statements are present based on the files
See moreDeclaration
Swift
public enum StatementFileValidator
-
Validates all statements are present in the file system based on meta data in a ledger
See moreDeclaration
Swift
public enum StatementValidator
-
Errors which can occur when validating
See moreDeclaration
Swift
public enum StatementValidatorError : LocalizedError