Search Results for

    Show / Hide Table of Contents

    Class CustomerBase

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

    Properties

    CompanyInformation

    Object containing company information

    Declaration
    public CompanyInformation CompanyInformation { get; set; }
    Property Value
    Type Description
    CompanyInformation

    MerchantCustomerId

    Your identifier for the customer. It can be used as a search criteria in the GlobalCollect Payment Console and is also included in the GlobalCollect report files. It is used in the fraud-screening process for payments on the Ogone Payment Platform.

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

    VatNumber

    Local VAT number of the company

    Declaration
    [Obsolete("Use companyInformation.vatNumber instead")]
    public string VatNumber { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.