Search Results for

    Show / Hide Table of Contents

    Class GetCustomerDetailsResponse

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

    Properties

    City

    The city in which the customer resides.

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

    Country

    The country in which the customer resides.

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

    EmailAddress

    The email address registered to the customer.

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

    FirstName

    The first name of the customer

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

    FiscalNumber

    The fiscal number (SSN) for the customer.

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

    LanguageCode

    The code of the language used by the customer.

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

    PhoneNumber

    The phone number registered to the customer.

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

    Street

    The street on which the customer resides.

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

    Surname

    The surname or family name of the customer.

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

    Zip

    The ZIP or postal code for the area in which the customer resides.

    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.