Class FinAcctDetailsInterestRate
Inheritance
System.Object
FinAcctDetailsInterestRate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinAcctDetailsInterestRate
Properties
CurrencyCode
Declaration
public string CurrencyCode { get; }
Property Value
Type | Description |
---|---|
System.String |
InterestBearingAmount
Declaration
public decimal InterestBearingAmount { get; }
Property Value
Type | Description |
---|---|
System.Decimal |
InterestRate
Declaration
public decimal InterestRate { get; }
Property Value
Type | Description |
---|---|
System.Decimal |
InterestRateType
Declaration
public FinAcctDetailsInterestRateType InterestRateType { get; }
Property Value
Type | Description |
---|---|
FinAcctDetailsInterestRateType |
InterestType
Declaration
public FinAcctDetailsInterestType InterestType { get; }
Property Value
Type | Description |
---|---|
FinAcctDetailsInterestType |