countryCode property

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

The shopper's country code.

Implementation

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