country property

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

The two-character ISO-3166-1 alpha-2 country code of the counterparty. For example, US or NL. > Either counterparty or country field must be provided in a transfer route request.

Implementation

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