ownerCountryCode property

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

The country code of the country of residence of the bank account owner. >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'ownerCountryCode')
String? get ownerCountryCode;