Class FinAcctStmtPdfBuilder
Builder for electronic account statement PDF downloads (HKEKP).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinAcctStmtPdfBuilder : FinAcknowledgeableBuilder
Constructors
FinAcctStmtPdfBuilder(FinContact)
Declaration
public FinAcctStmtPdfBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
AcknowledgementRequired
Declaration
public override bool AcknowledgementRequired { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Base64Encoded
Declaration
public bool Base64Encoded { get; }
Property Value
Type | Description |
---|---|
bool |
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
bool |
StmtNoAllowed
Declaration
public bool StmtNoAllowed { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
Build(FinAcct, int, int, int, string)
Builds an account statement download request.
Declaration
public FinAcctStmtOrder Build(FinAcct aOrderAcct, int nStmtNo, int nStmtYear, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | The ordering customers account information. |
int | nStmtNo | Optional the requested statement number. Use zero to get the current account
statement. Must only be provided if StmtNoAllowed is |
int | nStmtYear | Optional the requested statement year. Use zero to get the current account
statement. Must only be provided if StmtNoAllowed is |
int | nMaxNoEntries | Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise. |
string | sScrollRef | Optional scroll reference from a previous inquiry. |
Returns
Type | Description |
---|---|
FinAcctStmtOrder |