Class FinVopVerificationResult
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
PayeeIBANAdditionalInfo
Optional information needed to specify the account in addition to the PayeeIBAN.
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.
public string PayeeName { get; }
Property Value
PayeeOtherIdentification
Optional other identifcation that replaces the PayeeName.
public string PayeeOtherIdentification { get; }
Property Value
ReasonNotApplicable
If the StatusCode is NotApplicable, then this property may contain additional information why it is not applicable.
public string ReasonNotApplicable { get; }
Property Value
StatusCode
The mandatory verification result status code.
public VopStatusCode StatusCode { get; }
Property Value
Methods
ReadXml(XmlReader)
public override void ReadXml(XmlReader aXmlReader)
Parameters
aXmlReader
XmlReader
WriteXml(XmlWriter)
public override void WriteXml(XmlWriter aXmlWriter)
Parameters
aXmlWriter
XmlWriter