AccountType

Type of an Account (mostly aligned with ISO 20022 ExternalCashAccountType1Code).

Entries

Link copied to clipboard
@SerialName(value = "Current")
CURRENT

Account used to post debits and credits (ISO 20022 CACC).

Link copied to clipboard
@SerialName(value = "Card")
CARD

Account used for credit card payments (ISO 20022 CARD).

Link copied to clipboard
@SerialName(value = "Savings")
SAVINGS

Account used for savings (ISO 20022 SVGS).

Link copied to clipboard
@SerialName(value = "CallMoney")
CALL_MONEY

Account used for call money (no dedicated ISO 20022 code; falls into SVGS).

Link copied to clipboard
@SerialName(value = "TimeDeposit")
TIME_DEPOSIT

Account used for time deposits (no dedicated ISO 20022 code; falls into SVGS).

Link copied to clipboard
@SerialName(value = "Loan")
LOAN

Account used for loans (ISO 20022 LOAN).

Link copied to clipboard
@SerialName(value = "Securities")
SECURITIES
Link copied to clipboard
@SerialName(value = "Insurance")
INSURANCE
Link copied to clipboard
@SerialName(value = "Commerce")
COMMERCE
Link copied to clipboard
@SerialName(value = "Rewards")
REWARDS

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

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.