Class FinAcctStmtPdfBuilder
Builder for electronic account statement PDF downloads (HKEKP).
public class FinAcctStmtPdfBuilder : FinAcknowledgeableBuilder
- Inheritance
-
FinAcctStmtPdfBuilder
- Inherited Members
Constructors
FinAcctStmtPdfBuilder(FinContact)
public FinAcctStmtPdfBuilder(FinContact aContact)
Parameters
aContactFinContact
Properties
AcknowledgementRequired
public override bool AcknowledgementRequired { get; }
Property Value
Base64Encoded
public bool Base64Encoded { 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
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
aOrderAcctFinAcctThe ordering customers account information.
nStmtNointOptional the requested statement number. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is
true.nStmtYearintOptional the requested statement year. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is
true.nMaxNoEntriesintOptional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise.
sScrollRefstringOptional scroll reference from a previous inquiry.