Class FinVopVerificationResult
Holds the Verification of Payee result from the HIVPP segment.
Inheritance
FinVopVerificationResult
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinVopVerificationResult : FinPersist
Properties
PayeeIBAN
The mandatory IBAN that was verified.
Declaration
public SepaIBAN PayeeIBAN { get; }
Property Value
PayeeIBANAdditionalInfo
Optional information needed to specify the account in addition to the
PayeeIBAN.
Declaration
public string PayeeIBANAdditionalInfo { get; }
Property Value
PayeeName
If, and only if, the StatusCode is
CloseMatch, then this property may contain the correct
name of the payee.
Declaration
public string PayeeName { get; }
Property Value
PayeeOtherIdentification
Optional other identifcation that replaces the PayeeName.
Declaration
public string PayeeOtherIdentification { get; }
Property Value
ReasonNotApplicable
If the StatusCode is NotApplicable, then
this property may contain additional information why it is not applicable.
Declaration
public string ReasonNotApplicable { get; }
Property Value
StatusCode
The mandatory verification result status code.
Declaration
public VopStatusCode StatusCode { get; }
Property Value
Methods
ReadXml(XmlReader)
Declaration
public override void ReadXml(XmlReader aXmlReader)
Parameters
Overrides
WriteXml(XmlWriter)
Declaration
public override void WriteXml(XmlWriter aXmlWriter)
Parameters
Overrides