countryCode property

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

The two-character ISO 3166-1 alpha-2 country code where the bank account is registered. For example, NL.

Implementation

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