Class FinAcctStmtBuilder
Builder for electronic account statement downloads (HKEKA).
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 FinAcctStmtBuilder : FinOrderBuilder
Constructors
FinAcctStmtBuilder(FinContact)
Declaration
public FinAcctStmtBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
AcknowledgementRequired
Declaration
public bool AcknowledgementRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StmtFormats
Declaration
public FinAcctStmtFormat[] StmtFormats { get; }
Property Value
Type | Description |
---|---|
FinAcctStmtFormat[] |
StmtNoAllowed
Declaration
public bool StmtNoAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Build(FinAcct, FinAcctStmtFormat, FinAcctStmt)
Declaration
public FinAcctStmtOrder Build(FinAcct aOrderAcct, FinAcctStmtFormat nStmtFormat, FinAcctStmt aStmt)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | |
FinAcctStmtFormat | nStmtFormat | |
FinAcctStmt | aStmt |
Returns
Type | Description |
---|---|
FinAcctStmtOrder |
Build(FinAcct, FinAcctStmtFormat, Int32, Int32, Int32, String)
Builds an account statement download request.
Declaration
public FinAcctStmtOrder Build(FinAcct aOrderAcct, FinAcctStmtFormat nStmtFormat, int nStmtNo, int nStmtYear, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | The ordering customers account information. |
FinAcctStmtFormat | nStmtFormat | Optional, the desired statement data format. This must be one of StmtFormats or Null. |
System.Int32 | nStmtNo | Optional the requested statement number. Use zero to get the current account
statement. Must only be provided if StmtNoAllowed is |
System.Int32 | nStmtYear | Optional the requested statement year. Use zero to get the current account
statement. Must only be provided if StmtNoAllowed is |
System.Int32 | nMaxNoEntries | Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise. |
System.String | sScrollRef | Optional scroll reference from a previous inquiry. |
Returns
Type | Description |
---|---|
FinAcctStmtOrder |