bic property

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

The Business Identifier Code (BIC) is the SWIFT address assigned to a bank. The field value is nil in most cases.

Implementation

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