Search Results for

    Show / Hide Table of Contents

    Class Creditor

    Inheritance
    object
    Creditor
    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.Token.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class Creditor

    Properties

    AdditionalAddressInfo

    Additional information about the creditor's address, like Suite II, Apartment 2a

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

    City

    City of the creditor address

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

    CountryCode

    ISO 3166-1 alpha-2 country code

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

    HouseNumber

    House number of the creditor address

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

    Iban

    Creditor IBAN number
    The IBAN is the International Bank Account Number. It is an internationally agreed format for the bank account number and includes the ISO country code and two check digits.

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

    Id

    Creditor identifier

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

    Name

    Name of the collecting creditor

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

    ReferenceParty

    Creditor type of the legal reference of the collecting entity

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

    ReferencePartyId

    Legal reference of the collecting creditor

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

    Street

    Street of the creditor address

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

    Zip

    ZIP code of the creditor address

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