IBAN property

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

The IBAN of the bank account where the funds are being transferred to.

Implementation

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