Class FinVopVerificationOptInOrder
Special order for performing a Verification of Payee Opt-In (HKVPP).
Inheritance
FinVopVerificationOptInOrder
Assembly: Subsembly.FinTS.Core.dll
Syntax
public sealed class FinVopVerificationOptInOrder : FinVopVerificationOrder
Constructors
FinVopVerificationOptInOrder(FinSepaOrder)
This ctor shall only be used when loading a previously persisted instance of this
class.
Declaration
public FinVopVerificationOptInOrder(FinSepaOrder aSepaOrder)
Parameters
Type |
Name |
Description |
FinSepaOrder |
aSepaOrder |
The original SEPA credit transfer order that is referred by this Verification of
Payee Opt-In request. This may be null .
|
FinVopVerificationOptInOrder(FinVopVerificationOptInBuilder, FinSepaOrder, FinSegment)
Declaration
public FinVopVerificationOptInOrder(FinVopVerificationOptInBuilder aBuilder, FinSepaOrder aSepaOrder, FinSegment aOrderSegment)
Parameters
Type |
Name |
Description |
FinVopVerificationOptInBuilder |
aBuilder |
The builder that is creating this order. This is needed to properly process the
order response. This must not be null .
|
FinSepaOrder |
aSepaOrder |
The actual SEPA payment order for which this Verification of Payee Opt-In is sent.
This may be null , however, for better Verification of Payee results, this
should be included.
|
FinSegment |
aOrderSegment |
|
Properties
PaymentStatusReport
Declaration
public SepaPaymentStatusReport PaymentStatusReport { get; }
Property Value
VerificationResult
Provides the verification result of a single payee verification.
Declaration
public FinVopVerificationResult VerificationResult { get; }
Property Value
VopOption
Declaration
public override VopOption VopOption { get; }
Property Value
Overrides
WaitSeconds
If the Verification of Payee response is not complete, yet, then this provides
the number of seconds that the client shall wait until it queries the status again.
Declaration
public int WaitSeconds { get; }
Property Value
Methods
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type |
Name |
Description |
string |
sScrollRef |
|
Returns
Overrides
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Overrides
ReadXml(XmlReader)
Declaration
public override void ReadXml(XmlReader aXmlReader)
Parameters
Overrides
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter aXmlWriter)
Parameters
Overrides