currentBalance property
Balance of an account. If known (provided by the card or an external host).
Implementation
@BuiltValueField(wireName: r'CurrentBalance')
num? get currentBalance;
Balance of an account. If known (provided by the card or an external host).
@BuiltValueField(wireName: r'CurrentBalance')
num? get currentBalance;