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
@SerialName(value = "checking")
CHECKING
Link copied to clipboard
@SerialName(value = "credit_card")
CREDIT_CARD
Link copied to clipboard
@SerialName(value = "line_of_credit")
LINE_OF_CREDIT
Link copied to clipboard
@SerialName(value = "mortgage")
MORTGAGE
Link copied to clipboard
@SerialName(value = "other")
OTHER
Link copied to clipboard
@SerialName(value = "savings")
SAVINGS
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.