Map<String, dynamic> toJson() { return {'amount': amount, 'orderId': orderId, 'currency': currency}; }