countryCode property

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

The two-letter country code in which the bank account is registered. >The permitted country codes are defined in ISO-3166-1 alpha-2 (e.g. 'NL'). >Refer to Required information for details on field requirements.

Implementation

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