bic property

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

BIC of a bank account. Example: TESTNL01 > Only relevant for SEPA Direct Debit transactions.

Implementation

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