Class FinVopVerificationOptOutOrder
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
aBuilderFinVopVerificationBuilderThe builder that is creating this order. This is needed to properly process the order response. This must not be
null.aOrderSegmentFinSegment
Properties
VopOption
public override VopOption VopOption { get; }
Property Value
Methods
OnExecuteComplete(FinDialog)
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialogFinDialog