countryCode property

  1. @BuiltValueField.new(wireName: r'countryCode')
String? get countryCode

The shopper country. Format: ISO 3166-1 alpha-2 Example: NL or DE

Implementation

@BuiltValueField(wireName: r'countryCode')
String? get countryCode;