setCountryCodeList method
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;
}