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
aOrderAcctFinAcctnStmtFormatFinAcctStmtFormataStmtFinAcctStmt
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
aOrderAcctFinAcctThe ordering customers account information.
nStmtFormatFinAcctStmtFormatOptional, the desired statement data format. This must be one of StmtFormats or Null.
nStmtNointOptional the requested statement number. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is
true.nStmtYearintOptional the requested statement year. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is
true.nMaxNoEntriesintOptional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise.
sScrollRefstringOptional 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
aOrderAcctFinAcctnStmtFormatFinAcctStmtFormatnStmtNointnStmtYearintsStmtIDstringnMaxNoEntriesintsScrollRefstring