setCountryCodeList method

void setCountryCodeList(
  1. List<CountryCodesList> countryCodeList
)

Restrict the acceptance of passport documents to only those issued by a specific country or a predefined list of countries.

Implementation

void setCountryCodeList(List<CountryCodesList> countryCodeList) {
  this.countryCodeList = countryCodeList;
}