Search Results for

    Show / Hide Table of Contents

    Class ValidationBankAccountCheck

    Inheritance
    object
    ValidationBankAccountCheck
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class ValidationBankAccountCheck

    Properties

    Code

    Code of the bank account validation check

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    string

    Description

    Description of check performed

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Result

    Result of the bank account validation check performed, with the following possible results:

    • PASSED - The check passed
    • ERROR - The check did not pass
    • WARNING - Depending on your needs this either needs to be treated as a passed or error response. It depends on your business logic and for what purpose you want to use the validated bank account details.
    • NOTCHECKED - This check was not performed, usually because one of the earlier checks already caused an error response to be triggered
    Declaration
    public string Result { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.