Class FinAcctStmtCamtBuilder
Builder for electronic account statement CAMT 053 downloads (HKECA).
public class FinAcctStmtCamtBuilder : FinAcknowledgeableBuilder- Inheritance
- 
      
      
      
      FinAcctStmtCamtBuilder
- Inherited Members
Constructors
FinAcctStmtCamtBuilder(FinContact)
public FinAcctStmtCamtBuilder(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
StmtNoAllowed
public bool StmtNoAllowed { get; }Property Value
SupportedCamtFormats
Array of supported CAMT formats. This is never null and should never be
empty.
public string[] SupportedCamtFormats { get; }Property Value
- string[]
Methods
Build(FinAcct, int, int, int, string)
public FinAcctStmtOrder Build(FinAcct aOrderAcct, int nStmtNo, int nStmtYear, int nMaxNoEntries, string sScrollRef)