Class FinDocReqBuilder

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Builder for HKFDA (or XKDOA).

public class FinDocReqBuilder : FinOrderBuilder
Inheritance
FinDocReqBuilder
Inherited Members

Constructors

FinDocReqBuilder(FinContact)

public FinDocReqBuilder(FinContact aContact)

Parameters

aContact FinContact

Properties

FormatInfos

List of document formats that are supported for the FinDocReqOrder.

public IReadOnlyList<FinDocFormatInfo> FormatInfos { get; }

Property Value

IReadOnlyList<FinDocFormatInfo>

Methods

Build(FinAcct, FinDoc)

public FinDocReqOrder Build(FinAcct aOrderAcct, FinDoc aDoc)

Parameters

aOrderAcct FinAcct
aDoc FinDoc

The document information of the document that shall be requested. This should be obtained through a FinDocListOrder. This may be null in order to request all documents that are available.

Returns

FinDocReqOrder

See Also