Enum FinAcctDetailsInterestType
Type of interest that is applied to the account balance.
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public enum FinAcctDetailsInterestType
Fields
Name | Description |
---|---|
BonusInterest | Bonus interest for a credit balance on the account (Bonuszins). |
CreditInterest | Interest for a credit balance on the account (Habenzins). |
LoanInterest | Loan interest for a negative balance on the account (Sollzinssatz). |
OverdraftInterest | Overdraft interest for a negative balance on the account (Überziehungszins). |