nationality property

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

The two-character country code of the shopper's nationality.

Implementation

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