Class FinAcctDetails
The account details of a single account. These may be obtained through a
Fin
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 |
---|---|---|
Fin |
aHIKIF |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
Properties
AcctCcy
Optional ISO 4217 alpha currency code of this account.
Declaration
public string AcctCcy { get; }
Property Value
Type | Description |
---|---|
System. |
AcctHolderName
The name of the account holder.
Declaration
public string AcctHolderName { get; }
Property Value
Type | Description |
---|---|
System. |
AcctHolderName1
First line of the account holder name.
Declaration
public string AcctHolderName1 { get; }
Property Value
Type | Description |
---|---|
System. |
AcctHolderName2
Second line of the account holder name.
Declaration
public string AcctHolderName2 { get; }
Property Value
Type | Description |
---|---|
System. |
AcctName
Optional name of account product type.
Declaration
public string AcctName { get; }
Property Value
Type | Description |
---|---|
System. |
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. |
Remarks
These are the ranges of the returned value according to FinTS 3.0.
AcctTypeClass
The account type class is derived from the Acct
Declaration
public FinAcctTypeClass AcctTypeClass { get; }
Property Value
Type | Description |
---|---|
Fin |
Remarks
Basically the account type class is determined by dividing the
Acct
InterestRates
Declaration
public FinAcctDetailsInterestRate[] InterestRates { get; }
Property Value
Type | Description |
---|---|
Fin |
OpeningDate
Declaration
public DateTime OpeningDate { get; }
Property Value
Type | Description |
---|---|
System. |