Map<String, dynamic> toJson() { return { 'product_id': productId, 'duration': duration, 'quantity': quantity, }; }