Class FinAcctDetails
The account details of a single account. These may be obtained through a FinAcctDetailsOrder, built buy the FinAcctDetailsBuilder.
Inheritance
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinAcctDetails
Constructors
FinAcctDetails(FinSegment)
Declaration
public FinAcctDetails(FinSegment aHIKIF)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHIKIF |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | |
System.ArgumentException |
Properties
AcctCcy
Optional ISO 4217 alpha currency code of this account.
Declaration
public string AcctCcy { get; }
Property Value
Type | Description |
---|---|
System.String |
AcctHolderName
The name of the account holder.
Declaration
public string AcctHolderName { get; }
Property Value
Type | Description |
---|---|
System.String |
AcctHolderName1
First line of the account holder name.
Declaration
public string AcctHolderName1 { get; }
Property Value
Type | Description |
---|---|
System.String |
AcctHolderName2
Second line of the account holder name.
Declaration
public string AcctHolderName2 { get; }
Property Value
Type | Description |
---|---|
System.String |
AcctName
Optional name of account product type.
Declaration
public string AcctName { get; }
Property Value
Type | Description |
---|---|
System.String | A string with up to 30 characters that contains a descriptive name of the type of this account. |
AcctType
Classification of the account type according to FinTS 3.0.
Declaration
public int AcctType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
These are the ranges of the returned value according to FinTS 3.0.
AcctTypeClass
The account type class is derived from the AcctType.
Declaration
public FinAcctTypeClass AcctTypeClass { get; }
Property Value
Type | Description |
---|---|
FinAcctTypeClass |
Remarks
Basically the account type class is determined by dividing the AcctType by ten. This means, if the AcctType is zero, then this property will return Giro.
InterestRates
Declaration
public FinAcctDetailsInterestRate[] InterestRates { get; }
Property Value
Type | Description |
---|---|
FinAcctDetailsInterestRate[] |
OpeningDate
Declaration
public DateTime OpeningDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime |