Map<String, dynamic> toMap() { return { 'message': message, 'amount': amount, 'error': error, 'currency': currency, 'paid_at': paid_at }; }