countryOfOrigin property

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

The home country in three-digit country code format, used for government-controlled merchants such as embassies.

Implementation

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