Map<String, dynamic> toJson() { return { 'id': id, 'balance': balance, 'currency': currency, 'outstanding': outstanding }; }