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