fingerprint property

String? get fingerprint
inherited

Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same.

Implementation

String? get currency;/// Uniquely identifies this particular bank account.
/// You can use this attribute to check whether two bank accounts are
/// the same.
String? get fingerprint;