Class FinDocListBuilder
Builder for HKFDL.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Boolean |
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 |
---|---|
System.Int32 |
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 | |
System.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 |