Search Results for

    Show / Hide Table of Contents

    Class MandateAddress

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

    Properties

    City

    City

    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

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

    Street

    Streetname

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

    Zip

    Zip code

    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.