Class FinAcctStmtCamtBuilder
Builder for electronic account statement CAMT 053 downloads (HKECA).
Inheritance
FinAcctStmtCamtBuilder
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinAcctStmtCamtBuilder : FinAcknowledgeableBuilder
Constructors
Declaration
public FinAcctStmtCamtBuilder(FinContact aContact)
Parameters
Properties
AcknowledgementRequired
Declaration
public override bool AcknowledgementRequired { get; }
Property Value
Overrides
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
StmtNoAllowed
Declaration
public bool StmtNoAllowed { get; }
Property Value
Array of supported CAMT formats. This is never null
and should never be
empty.
Declaration
public string[] SupportedCamtFormats { get; }
Property Value
Methods
Build(FinAcct, int, int, int, string)
Declaration
public FinAcctStmtOrder Build(FinAcct aOrderAcct, int nStmtNo, int nStmtYear, int nMaxNoEntries, string sScrollRef)
Parameters
Returns