setBlockedIssuerCountryCodes
fun setBlockedIssuerCountryCodes(blockedIssuerCountryCodes: List<String>): GooglePayConfiguration.Builder
Deprecated
Use property access syntax instead.
Sets the blocked issuer country codes. This list should contain ISO 3166-1 alpha-2 country codes. When set the shopper will not 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.