@override Map<String, dynamic> toJson() => <String, dynamic>{ 'currency': currency, 'amount': amount, 'user_id': userId, 'month_count': monthCount, 'text': text?.toJson(), '@type': constructor, };