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