Class ContactDetails
Inherited Members
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 |