Map<String, dynamic> toMap() { return { 'transactionId': transactionId, 'checkoutUrl': checkoutUrl, 'status': status.name, 'qrCode': qrCode, }; }