setAllowedIssuerCountryCodes
fun setAllowedIssuerCountryCodes(allowedIssuerCountryCodes: List<String>): GooglePayConfiguration.Builder
Deprecated
Use property access syntax instead.
Sets the allowed issuer country codes. This list should contain ISO 3166-1 alpha-2 country codes. When set the shopper will only be able to select payment methods issued in the provided countries.
Note: allowedIssuerCountryCodes and blockedIssuerCountryCodes are mutually exclusive. Only set one at a time.
Check the Google Pay docs for more details.