CountryDetectionOutput
Definition
CountryDetectionOutput {
string CountryName,
string CountryISO
}
Description:
Represents the country a customer lives in.
The CountryName field contains the ISO standard name for the detected country, or "Unknown" if no country could be accurately detected.
The CountryISO field contains the ISO standard 2-character code for the detected country, or "Unknown" if no country could be accurately detected.
View all Country Detection Methods