Class FinDocListBuilder
Builder for HKFDL.
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinDocListBuilder : FinOrderBuilder
Constructors
FinDocListBuilder(FinContact)
Declaration
public FinDocListBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
bool |
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.
Declaration
public int StoragePeriodDays { get; }
Property Value
Type | Description |
---|---|
int |
Methods
Build(FinAcct, SwiftDate, SwiftDate, string, FinDocFormatInfo)
Declaration
public FinDocListOrder Build(FinAcct aOrderAcct, SwiftDate tFromDate, SwiftDate tEndDate, string sDocType, FinDocFormatInfo aFormatInfo)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | Mandatory account for which the document list shall be loaded. |
SwiftDate | tFromDate | |
SwiftDate | tEndDate | |
string | sDocType | Optional specification of the desired document types. This must be one of the DOCTYPE constant strings defined by the FinDoc class. |
FinDocFormatInfo | aFormatInfo | If the |
Returns
Type | Description |
---|---|
FinDocListOrder |