Search Results for

    Show / Hide Table of Contents

    Class ValidationBankAccountOutput

    Inheritance
    object
    ValidationBankAccountOutput
    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 ValidationBankAccountOutput

    Properties

    Checks

    Array of checks performed with the results of each check

    Declaration
    public IList<ValidationBankAccountCheck> Checks { get; set; }
    Property Value
    Type Description
    IList<ValidationBankAccountCheck>

    NewBankName

    Bank name, matching the bank code of the request

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

    ReformattedAccountNumber

    Reformatted account number according to local clearing rules

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

    ReformattedBankCode

    Reformatted bank code according to local clearing rules

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

    ReformattedBranchCode

    Reformatted branch code according to local clearing rules

    Declaration
    public string ReformattedBranchCode { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.