Search Results for

    Show / Hide Table of Contents

    Class ContactDetails

    Inheritance
    object
    ContactDetailsBase
    ContactDetails
    Inherited Members
    ContactDetailsBase.EmailAddress
    ContactDetailsBase.EmailMessageType
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class ContactDetails : ContactDetailsBase

    Properties

    FaxNumber

    Fax number of the customer

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

    MobilePhoneNumber

    International version of the mobile phone number of the customer including the leading + (i.e. +16127779311).

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

    PhoneNumber

    Phone number of the customer. The '+' character is not allowed in this property for transactions that are processed by TechProcess Payment Platform.

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

    WorkPhoneNumber

    International version of the work phone number of the customer including the leading + (i.e. +31235671500)

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