Search Results for

    Show / Hide Table of Contents

    Class BankAccountBbanRefund

    Inheritance
    object
    BankAccount
    BankAccountBban
    BankAccountBbanRefund
    Inherited Members
    BankAccountBban.AccountNumber
    BankAccountBban.BankCode
    BankAccountBban.BankName
    BankAccountBban.BranchCode
    BankAccountBban.CheckDigit
    BankAccountBban.CountryCode
    BankAccount.AccountHolderName
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Refund.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class BankAccountBbanRefund : BankAccountBban

    Properties

    BankCity

    City of the bank to refund to

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

    PatronymicName

    Every Russian has three names: a first name, a patronymic, and a surname. The second name is a patronymic. Russian patronymic is a name derived from the father's first name by adding -ович/-евич (son of) for male, or -овна/-евна (daughter of) for females.

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

    SwiftCode

    The BIC is the Business Identifier Code, also known as SWIFT or Bank Identifier code. It is a code with an internationally agreed format to Identify a specific bank. The BIC contains 8 or 11 positions: the first 4 contain the bank code, followed by the country code and location code.

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