• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class FinVopVerificationResult

    Inheritance
    System.Object
    FinVopVerificationResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.FinTS
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    public class FinVopVerificationResult

    Properties

    PayeeIBAN

    The mandatory IBAN that was verified.

    Declaration
    public SepaIBAN PayeeIBAN { get; }
    Property Value
    Type Description
    SepaIBAN

    PayeeIBANAdditionalInfo

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

    Declaration
    public string PayeeIBANAdditionalInfo { get; }
    Property Value
    Type Description
    System.String

    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
    Type Description
    System.String

    PayeeOtherIdentification

    Optional other identifcation that replaces the PayeeName.

    Declaration
    public string PayeeOtherIdentification { get; }
    Property Value
    Type Description
    System.String

    ReasonNotApplicable

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

    Declaration
    public string ReasonNotApplicable { get; }
    Property Value
    Type Description
    System.String

    StatusCode

    The mandatory verification result status code.

    Declaration
    public VopStatusCode StatusCode { get; }
    Property Value
    Type Description
    VopStatusCode
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH