Subcategory

enum Subcategory : Enum<FinancialConnectionsAccount.Subcategory>

If category is cash, one of: - checking - savings - other If category is credit, one of: - mortgage - line_of_credit - credit_card - other If category is investment or other, this will be other.

Values: checking,creditCard,lineOfCredit,mortgage,other,savings

Entries

Link copied to clipboard
UNKNOWN("unknown")
Link copied to clipboard
SAVINGS("savings")
Link copied to clipboard
OTHER("other")
Link copied to clipboard
MORTGAGE("mortgage")
Link copied to clipboard
LINE_OF_CREDIT("line_of_credit")
Link copied to clipboard
CREDIT_CARD("credit_card")
Link copied to clipboard
CHECKING("checking")

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String