Class FinDocReqBuilder
Builder for HKFDA (or XKDOA).
public class FinDocReqBuilder : FinOrderBuilder
- Inheritance
-
FinDocReqBuilder
- Inherited Members
Constructors
FinDocReqBuilder(FinContact)
public FinDocReqBuilder(FinContact aContact)
Parameters
aContactFinContact
Properties
FormatInfos
List of document formats that are supported for the FinDocReqOrder.
public IReadOnlyList<FinDocFormatInfo> FormatInfos { get; }
Property Value
Methods
Build(FinAcct, FinDoc)
public FinDocReqOrder Build(FinAcct aOrderAcct, FinDoc aDoc)
Parameters
aOrderAcctFinAcctaDocFinDocThe document information of the document that shall be requested. This should be obtained through a FinDocListOrder. This may be
nullin order to request all documents that are available.