Class FinDocListBuilder
Builder for HKFDL.
public class FinDocListBuilder : FinOrderBuilder
- Inheritance
-
FinDocListBuilder
- Inherited Members
Constructors
FinDocListBuilder(FinContact)
public FinDocListBuilder(FinContact aContact)
Parameters
aContactFinContact
Properties
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
public bool MaxEntriesAllowed { get; }
Property Value
StoragePeriodDays
Optionally the server may provide an indication of how many days documents are held available for download. Is zero, when this information is not available.
public int StoragePeriodDays { get; }
Property Value
Methods
Build(FinAcct, SwiftDate, SwiftDate, string, FinDocFormatInfo)
public FinDocListOrder Build(FinAcct aOrderAcct, SwiftDate tFromDate, SwiftDate tEndDate, string sDocType, FinDocFormatInfo aFormatInfo)
Parameters
aOrderAcctFinAcctMandatory account for which the document list shall be loaded.
tFromDateSwiftDatetEndDateSwiftDatesDocTypestringOptional specification of the desired document types. This must be one of the DOCTYPE constant strings defined by the FinDoc class.
aFormatInfoFinDocFormatInfoIf the
sDocTypeis DOCTYPE_FINANCEDATAFORMAT, then this may be used to further specify the desired financial data format. For any other document type, this should benull.