Class FinVopOrder
This is used as a common base class for all Verification of Payee related side orders.
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinVopOrder : FinOrder
Remarks
This main purpose of this class is, to provide a type safe base for VoP orders.
Constructors
FinVopOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinVopOrder()
FinVopOrder(FinSegment)
Declaration
public FinVopOrder(FinSegment aOrderSegment)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aOrderSegment | This must be an order segment with type "HKVPP", "HKVOO", or "HKVPA". |