bic property

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

The BIC of the IBAN.

Implementation

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