merchantCountryCode property

  1. @TagNumber(4)
String get merchantCountryCode

@doc The ISO country code where the merchant is based.

Implementation

@$pb.TagNumber(4)
$core.String get merchantCountryCode => $_getSZ(3);
  1. @TagNumber(4)
set merchantCountryCode (String value)

Implementation

@$pb.TagNumber(4)
set merchantCountryCode($core.String value) => $_setString(3, value);