Class FinAcctStmtCamtBuilder

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

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

aContact FinContact

Properties

AcknowledgementRequired

public override bool AcknowledgementRequired { get; }

Property Value

bool

MaxEntriesAllowed

True if the request parameter MaxEntries may be set.

public bool MaxEntriesAllowed { get; }

Property Value

bool

StmtNoAllowed

public bool StmtNoAllowed { get; }

Property Value

bool

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)

Parameters

aOrderAcct FinAcct
nStmtNo int
nStmtYear int
nMaxNoEntries int
sScrollRef string

Returns

FinAcctStmtOrder