Class FinVopVerificationResult

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

Holds the Verification of Payee result from the HIVPP segment.

public class FinVopVerificationResult : FinPersist
Inheritance
FinVopVerificationResult
Inherited Members

Properties

PayeeIBAN

The mandatory IBAN that was verified.

public SepaIBAN PayeeIBAN { get; }

Property Value

SepaIBAN

PayeeIBANAdditionalInfo

Optional information needed to specify the account in addition to the PayeeIBAN.

public string PayeeIBANAdditionalInfo { get; }

Property Value

string

PayeeName

If, and only if, the StatusCode is CloseMatch, then this property may contain the correct name of the payee.

public string PayeeName { get; }

Property Value

string

PayeeOtherIdentification

Optional other identifcation that replaces the PayeeName.

public string PayeeOtherIdentification { get; }

Property Value

string

ReasonNotApplicable

If the StatusCode is NotApplicable, then this property may contain additional information why it is not applicable.

public string ReasonNotApplicable { get; }

Property Value

string

StatusCode

The mandatory verification result status code.

public VopStatusCode StatusCode { get; }

Property Value

VopStatusCode

Methods

ReadXml(XmlReader)

public override void ReadXml(XmlReader aXmlReader)

Parameters

aXmlReader XmlReader

WriteXml(XmlWriter)

public override void WriteXml(XmlWriter aXmlWriter)

Parameters

aXmlWriter XmlWriter