countryCode property

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

The two-letter ISO 3166-1 alpha-2 or three-letter ISO 3166-1 alpha-3 country code for the destination address. * Encoding: ASCII * Min length: 2 characters * Max length: 3 characters

Implementation

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