Enum SepaAccountType
public enum SepaAccountType
- Extension Methods
Fields
CardAccount = 2CARD - Account type for credit card payments. New addition by Berlin Group August 2020.
CashIncome = 5CISH
CashPayment = 3CASH
CashTrading = 21TRAS
Charges = 4CHAR
ClearingParticipantSettlementAccount = 7CPAC
Commission = 6COMM
Current = 1CACC - Default cash account type with no special meaning.
LimitedLiquiditySavingsAccount = 8LLSV
Loan = 9LOAN - Kredit
MarginalLending = 10MGLD
MoneyMarket = 11MOMA - Festgeld
NonResidentExternal = 12NREX
OtherAccount = 15OTHR - Account not otherwise specified.
OverNightDeposit = 14ONDP - Tagesgeld
Overdraft = 13ODFT
SUPA_CreditCard = 100CRDC - Credit Card - Non-Standard account type used by SUPA conversions of SepaAccount instances.
SUPA_CryptoWallet = 104CRYP - Crypto Currency Wallet - Non-Standard account type used by SUPA conversions of SepaAccount instances.
SUPA_Deposit = 102DPST - Fixed Term Deposit - Non-Standard account type used by SUPA conversions of SepaAccount instances.
SUPA_PayPal = 103PPAL - PayPal Account - Non-Standard account type used by SUPA conversions of SepaAccount instances.
SUPA_Portfolio = 101PRTF - Securities Portfolio - Non-Standard account type used by SUPA conversions of SepaAccount instances.
Salary = 17SLRY
Savings = 18SVGS - Sparkonto
Settlement = 16SACC
Tax = 19TAXE
TransactingAccount = 20TRAN
Undefined = 0Indicates that no account type has been set, or that no account type element was present. Equals the numeric value zero.