Class FinAcctStmtPdfBuilder

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

Builder for electronic account statement PDF downloads (HKEKP).

public class FinAcctStmtPdfBuilder : FinAcknowledgeableBuilder
Inheritance
FinAcctStmtPdfBuilder
Inherited Members

Constructors

FinAcctStmtPdfBuilder(FinContact)

public FinAcctStmtPdfBuilder(FinContact aContact)

Parameters

aContact FinContact

Properties

AcknowledgementRequired

public override bool AcknowledgementRequired { get; }

Property Value

bool

Base64Encoded

public bool Base64Encoded { 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

Methods

Build(FinAcct, int, int, int, string)

Builds an account statement download request.

public FinAcctStmtOrder Build(FinAcct aOrderAcct, int nStmtNo, int nStmtYear, int nMaxNoEntries, string sScrollRef)

Parameters

aOrderAcct FinAcct

The ordering customers account information.

nStmtNo int

Optional the requested statement number. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is true.

nStmtYear int

Optional the requested statement year. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is true.

nMaxNoEntries int

Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise.

sScrollRef string

Optional scroll reference from a previous inquiry.

Returns

FinAcctStmtOrder