countryCode property

  1. @TagNumber(6)
String get countryCode

@doc The country code of the user. Only necessary for Apple Pay.

Implementation

@$pb.TagNumber(6)
$core.String get countryCode => $_getSZ(5);
  1. @TagNumber(6)
set countryCode (String value)

Implementation

@$pb.TagNumber(6)
set countryCode($core.String value) => $_setString(5, value);