Map<String, dynamic> toJSON() { return <String, dynamic>{ 'amount': amount, 'currency': currency.name, }; }