Class FinAcctStmtBuilder
Builder for electronic account statement downloads (HKEKA).
public class FinAcctStmtBuilder : FinAcknowledgeableBuilder- Inheritance
- 
      
      
      
      FinAcctStmtBuilder
- Inherited Members
Constructors
FinAcctStmtBuilder(FinContact)
public FinAcctStmtBuilder(FinContact aContact)Parameters
- aContactFinContact
Properties
AcknowledgementRequired
public override bool AcknowledgementRequired { get; }Property Value
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
public bool MaxEntriesAllowed { get; }Property Value
StmtFormats
public FinAcctStmtFormat[] StmtFormats { get; }Property Value
StmtNoAllowed
public bool StmtNoAllowed { get; }Property Value
Methods
Build(FinAcct, FinAcctStmtFormat, FinAcctStmt)
public FinAcctStmtOrder Build(FinAcct aOrderAcct, FinAcctStmtFormat nStmtFormat, FinAcctStmt aStmt)Parameters
- aOrderAcctFinAcct
- nStmtFormatFinAcctStmtFormat
- aStmtFinAcctStmt
Returns
Build(FinAcct, FinAcctStmtFormat, int, int, int, string)
Builds an account statement download request.
public FinAcctStmtOrder Build(FinAcct aOrderAcct, FinAcctStmtFormat nStmtFormat, int nStmtNo, int nStmtYear, int nMaxNoEntries, string sScrollRef)Parameters
- aOrderAcctFinAcct
- The ordering customers account information. 
- nStmtFormatFinAcctStmtFormat
- Optional, the desired statement data format. This must be one of StmtFormats or Null. 
- nStmtNoint
- Optional the requested statement number. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is - true.
- nStmtYearint
- Optional the requested statement year. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is - true.
- nMaxNoEntriesint
- Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise. 
- sScrollRefstring
- Optional scroll reference from a previous inquiry. 
Returns
_Build(FinAcct, FinAcctStmtFormat, int, int, string, int, string)
public FinAcctStmtOrder _Build(FinAcct aOrderAcct, FinAcctStmtFormat nStmtFormat, int nStmtNo, int nStmtYear, string sStmtID, int nMaxNoEntries, string sScrollRef)Parameters
- aOrderAcctFinAcct
- nStmtFormatFinAcctStmtFormat
- nStmtNoint
- nStmtYearint
- sStmtIDstring
- nMaxNoEntriesint
- sScrollRefstring