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
- aOrderAcctFinAcct
- The ordering customers account information. 
- nStmtNoint
- Optional the requested statement number. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is - true.
- nStmtYearint
- Optional the requested statement year. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is - true.
- nMaxNoEntriesint
- Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise. 
- sScrollRefstring
- Optional scroll reference from a previous inquiry.