Map<String, dynamic> toJson() { return { 'expectedProductId': expectedProductId, 'receiptId': receiptId, 'sandbox': sandbox, 'userId': userId, }; }