StatementFrequency
public enum StatementFrequency : String, CaseIterable, Hashable
Frequency in which account statements can occur
-
Only a single document was found
Declaration
Swift
case single
-
Statements happend once a month
Declaration
Swift
case monthly
-
Statements happen once quarter / three month
Declaration
Swift
case quarterly
-
Statements happen once a year
Declaration
Swift
case yearly
-
Unable to determine a regular frequency of the statements
Declaration
Swift
case unkown