public class GetCustomerDetailsRequest extends Object
Constructor and Description |
---|
GetCustomerDetailsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCountryCode()
The code of the country where the customer should reside.
|
List<KeyValuePair> |
getValues()
A list of keys with a value used to retrieve the details of a customer.
|
void |
setCountryCode(String value)
The code of the country where the customer should reside.
|
void |
setValues(List<KeyValuePair> value)
A list of keys with a value used to retrieve the details of a customer.
|
public String getCountryCode()
public void setCountryCode(String value)
public List<KeyValuePair> getValues()
public void setValues(List<KeyValuePair> value)
Copyright © 2024 Worldline Global Collect. All rights reserved.