Class FinVopVerificationOptOutOrder

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

Special order for performing a Verification of Payee Opt-Out (HKVOO).

public sealed class FinVopVerificationOptOutOrder : FinVopVerificationOrder
Inheritance
FinVopVerificationOptOutOrder
Inherited Members

Remarks

This order cannot be sent as a stand-alone order, instead it must always be accompanied by a related payment order in the same message.

Constructors

FinVopVerificationOptOutOrder()

This ctor shall only be used when loading a previously persisted instance of this class.

public FinVopVerificationOptOutOrder()

FinVopVerificationOptOutOrder(FinVopVerificationBuilder, FinSegment)

public FinVopVerificationOptOutOrder(FinVopVerificationBuilder aBuilder, FinSegment aOrderSegment)

Parameters

aBuilder FinVopVerificationBuilder

The builder that is creating this order. This is needed to properly process the order response. This must not be null.

aOrderSegment FinSegment

Properties

VopOption

public override VopOption VopOption { get; }

Property Value

VopOption

Methods

OnExecuteComplete(FinDialog)

protected override void OnExecuteComplete(FinDialog aDialog)

Parameters

aDialog FinDialog