iban property

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

The international bank account number as defined in the ISO-13616 standard. This is the national identifier for the bank account, following the country-specific format, and is part of the full IBAN.

Implementation

@BuiltValueField(wireName: r'iban')
String get iban;