bic property
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;
The Business Identifier Code (BIC) is the SWIFT address assigned to a bank. The field value is nil in most cases.
@BuiltValueField(wireName: r'bic')
String? get bic;