Search Results for

    Show / Hide Table of Contents

    Class GetCustomerDetailsRequest

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

    Properties

    CountryCode

    The code of the country where the customer should reside.

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

    Values

    A list of keys with a value used to retrieve the details of a customer. Depending on the country code, different keys are required. These can be determined with a getPaymentProduct call and using payment product properties with the property usedForLookup set to true.

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